diff options
author | Aaditya Dhruv <[email protected]> | 2023-09-09 23:09:21 -0500 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2023-09-09 23:09:21 -0500 |
commit | 39044cddeeba5ad91402f8abfb2a286e48a4f50d (patch) | |
tree | 5187a5cba1e6f437e59310f17956f16e3638d291 /src/config/polybar/scripts/rofi/powermenu.rasi | |
parent | 1811600f4f2547a6116e1cc1c91f8cf89adcac6b (diff) |
Move files for config role
This movement is needed to maintain the role structure
Diffstat (limited to 'src/config/polybar/scripts/rofi/powermenu.rasi')
-rw-r--r-- | src/config/polybar/scripts/rofi/powermenu.rasi | 124 |
1 files changed, 0 insertions, 124 deletions
diff --git a/src/config/polybar/scripts/rofi/powermenu.rasi b/src/config/polybar/scripts/rofi/powermenu.rasi deleted file mode 100644 index 4a63489..0000000 --- a/src/config/polybar/scripts/rofi/powermenu.rasi +++ /dev/null @@ -1,124 +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: 0px 0px 0px 0px; - border-color: @ac; - border-radius: 0px; - width: 350px; - location: center; - x-offset: 0; - y-offset: 0; -} - -prompt { - enabled: true; - padding: 0px 0px 0px 10px; - background-color: @bga; - text-color: @fg; -} - -textbox-prompt-colon { - padding: 0px; - background-color: @bga; - text-color: @ac; - expand: false; - str: ""; - 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: [ textbox-prompt-colon, prompt ]; - background-color: @bga; - text-color: @fg; - expand: false; - border: 0px 0px 1px 0px; - border-radius: 0px; - border-color: @re; - margin: 0px; - padding: 10px; -} - - -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: 5px; - padding: 5px; -} - -element { - background-color: @al; - text-color: @fg; - orientation: horizontal; - border-radius: 0px; - padding: 8px 8px 8px -20px; -} - -element-icon { - size: 24px; - border: 0px; -} -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: @aq; -} |