diff options
Diffstat (limited to '')
| -rw-r--r-- | rofi/powermenu.rasi | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/rofi/powermenu.rasi b/rofi/powermenu.rasi deleted file mode 100644 index c48c617..0000000 --- a/rofi/powermenu.rasi +++ /dev/null @@ -1,50 +0,0 @@ -@theme "/dev/null" -@import "macchiato.rasi" - -configuration { - show-icons: false; -} - -* { - background-color: @mantle; -} - -window { - children: [ horibox ]; - border: 1; - border-radius: 10; - border-color: @surface0; - padding: 10; - width: 313px; -} - -horibox { - orientation: horizontal; - children: [ listview ]; -} - -listview { - layout: horizontal; - spacing: 10; - lines: 4; -} - -element { - text-color: @overlay0; - border: 1; - border-radius: 5; - background-color: @crust; - padding: 15; -} - -element-text { - font: "Symbols Nerd Font Mono 25"; - text-color: inherit; - background-color: inherit; - vertical-align: 0.5; -} - -element selected{ - text-color: @base; - background-color: @text; -} |
