diff options
Diffstat (limited to 'config/polybar/material/scripts/rofi/styles.rasi')
| -rw-r--r-- | config/polybar/material/scripts/rofi/styles.rasi | 126 |
1 files changed, 0 insertions, 126 deletions
diff --git a/config/polybar/material/scripts/rofi/styles.rasi b/config/polybar/material/scripts/rofi/styles.rasi deleted file mode 100644 index b37c6c2..0000000 --- a/config/polybar/material/scripts/rofi/styles.rasi +++ /dev/null @@ -1,126 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Fantasque Sans Mono 10"; - show-icons: true; - icon-theme: "Papirus"; - 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; - border-color: @ac; - border-radius: 0px; - width: 300px; - location: center; - x-offset: 0; - y-offset: 0; -} - -prompt { - enabled: true; - padding: 0px 5px 5px 0px; - background-color: @al; - text-color: @bar; -} - -textbox-prompt-colon { - padding: 0.5px 5px 5px -10px; - font: "Material\-Design\-Iconic\-Font 12"; - background-color: @al; - text-color: @bar; - expand: false; - str: ""; -} - -entry { - background-color: @al; - text-color: @bar; - placeholder-color: @bar; - expand: true; - horizontal-align: 0; - placeholder: "Search"; - padding: 2px; - blink: true; -} - -inputbar { - children: [ textbox-prompt-colon, entry ]; - background-color: @ac; - text-color: @bar; - expand: false; - border: 0px; - border-radius: 0px; - border-color: @ac; - margin: 0px; - padding: 15px 0px 8px 25px; -} - -listview { - background-color: @al; - padding: 0px; - columns: 1; - lines: 5; - spacing: 5px; - cycle: true; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @al; - border: 0px; - border-radius: 0px; - border-color: @ac; - children: [ inputbar, listview ]; - spacing: 0px; - padding: 0px; -} - -element { - background-color: @al; - text-color: @fg; - orientation: horizontal; - border-radius: 0px; - padding: 15px; -} - -element-icon { - background-color: transparent; - text-color: inherit; - size: 0px; - border: 0px; -} - -element-text { - background-color: transparent; - text-color: inherit; - expand: true; - horizontal-align: 0; - vertical-align: 0.5; - margin: 0px 0px 0px -5px; -} - -element selected { - background-color: @bga; - text-color: @fg; - border: 0px; - border-radius: 0px; - border-color: @bg; -} |
