diff options
author | Aaditya Dhruv <[email protected]> | 2025-06-06 11:16:42 -0500 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2025-06-06 11:17:00 -0500 |
commit | 5fcb99d7c16029ee0495a437a7bbe7b003dda023 (patch) | |
tree | c4074843eaf86869d5902be30a0c5068c3740dd2 /src/config/files/polybar/scripts/rofi/launcher.rasi | |
parent | 97f21912d5f087dfa15cdba7de04e500ea08743a (diff) |
Cleanup configs
Diffstat (limited to 'src/config/files/polybar/scripts/rofi/launcher.rasi')
-rw-r--r-- | src/config/files/polybar/scripts/rofi/launcher.rasi | 118 |
1 files changed, 0 insertions, 118 deletions
diff --git a/src/config/files/polybar/scripts/rofi/launcher.rasi b/src/config/files/polybar/scripts/rofi/launcher.rasi deleted file mode 100644 index 916171c..0000000 --- a/src/config/files/polybar/scripts/rofi/launcher.rasi +++ /dev/null @@ -1,118 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : [email protected] - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Iosevka Nerd Font 12"; - show-icons: true; - icon-theme: "Papirus"; - display-drun: ""; - drun-display-format: "{name}"; - disable-history: false; - fullscreen: false; - hide-scrollbar: true; - sidebar-mode: false; -} - -@import "colors.rasi" - -window { - transparency: "real"; - background-color: @bg; - text-color: @fg; - border: 1px 1px 1px 1px; - border-color: @fg; - border-radius: 0px; - width: 500px; - height: 500px; - location: center; - x-offset: 0; - y-offset: 0; -} - -prompt { - enabled: true; - padding: 0px; - background-color: @bga; - text-color: @fg; - font: "feather 12"; -} - -entry { - background-color: @al; - text-color: @fg; - placeholder-color: @fg; - expand: true; - horizontal-align: 0; - placeholder: "Search..."; - padding: 0px 0px 0px 5px; - blink: true; -} - -inputbar { - children: [ prompt, entry ]; - background-color: @bga; - text-color: @fg; - expand: false; - border: 0px 0px 1px 0px; - border-radius: 0px; - border-color: @fg; - margin: 0px; - padding: 10px; -} - -listview { - background-color: @al; - padding: 0px; - columns: 1; - lines: 6; - spacing: 5px; - cycle: true; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @al; - border: 0px; - border-radius: 0px; - border-color: @ac; - children: [ inputbar, listview ]; - spacing: 5px; - padding: 5px; -} - -element { - background-color: @al; - text-color: @fg; - orientation: horizontal; - border-radius: 0px; - padding: 6px; -} - -element-icon { - size: 24px; - border: 0px; - background-color: @bg; -} - -element-text { - expand: true; - horizontal-align: 0; - vertical-align: 0.5; - margin: 0px 2.5px 0px 2.5px; - background-color: @bg; - color: @we; -} - -element selected { - text-color: @bg; - border: 2px 2px 2px 2px; - border-radius: 0px; - border-color: @fg; -} |