aboutsummaryrefslogtreecommitdiff
path: root/rofi/powermenu.rasi
diff options
context:
space:
mode:
authoreric.marin <maarin.eric@gmail.com>2024-12-19 16:32:46 +0100
committereric.marin <maarin.eric@gmail.com>2024-12-19 16:32:46 +0100
commit2fe5523e75cb98f1b848d186f909b579ec8ff5c9 (patch)
treeceb5a1835cb775111f11381d5037fc2de1f9d92e /rofi/powermenu.rasi
parent5530697b46d8eb849f211d9923c2e8817cd18759 (diff)
downloaddotfiles-2fe5523e75cb98f1b848d186f909b579ec8ff5c9.tar.gz
dotfiles-2fe5523e75cb98f1b848d186f909b579ec8ff5c9.zip
removed rofi
Diffstat (limited to 'rofi/powermenu.rasi')
-rw-r--r--rofi/powermenu.rasi50
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;
-}