diff options
Diffstat (limited to 'config/polybar/blocks/scripts/rofi/launcher.rasi')
| -rw-r--r-- | config/polybar/blocks/scripts/rofi/launcher.rasi | 119 |
1 files changed, 0 insertions, 119 deletions
diff --git a/config/polybar/blocks/scripts/rofi/launcher.rasi b/config/polybar/blocks/scripts/rofi/launcher.rasi deleted file mode 100644 index f4d37e2..0000000 --- a/config/polybar/blocks/scripts/rofi/launcher.rasi +++ /dev/null @@ -1,119 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Iosevka Nerd Font 10"; - 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: 0px 0px 0px 0px; - border-color: @ac; - border-radius: 0px; - width: 550px; - location: center; - x-offset: 0; - y-offset: 0; -} - -prompt { - enabled: true; - padding: 6px 7px 4px 7px; - background-color: @ac; - text-color: @fg; - font: "feather 12"; -} - -entry { - background-color: @al; - text-color: @fg; - placeholder-color: @fg; - expand: true; - horizontal-align: 0; - placeholder: "Search..."; - padding: 6px; - blink: true; -} - -inputbar { - children: [ prompt, entry ]; - background-color: @bga; - text-color: @fg; - expand: false; - border: 0px; - border-radius: 0px; - border-color: @ac; - margin: 0px; - padding: 0px; -} - -listview { - background-color: @al; - padding: 0px; - columns: 2; - lines: 8; - spacing: 6px; - cycle: true; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @al; - border: 0px; - border-radius: 0px; - border-color: @ac; - children: [ inputbar, listview ]; - spacing: 6px; - padding: 6px; -} - -element { - background-color: @al; - text-color: @fga; - orientation: horizontal; - border-radius: 0px; - padding: 3px; -} - -element-icon { - background-color: transparent; - text-color: inherit; - size: 24px; - border: 0px; -} - -element-text { - background-color: transparent; - text-color: inherit; - expand: true; - horizontal-align: 0; - vertical-align: 0.5; - margin: 0px 2.5px 0px 2.5px; -} - -element selected { - background-color: @se; - text-color: @fga; - border: 0px 0px 0px 0px; - border-radius: 0px; - border-color: @ac; -} |
