aboutsummaryrefslogtreecommitdiff
path: root/wallust/templates/rofi-powermenu
diff options
context:
space:
mode:
authoreric.marin <maarin.eric@gmail.com>2025-10-29 16:23:58 +0100
committereric.marin <maarin.eric@gmail.com>2025-11-04 09:25:10 +0100
commitc56a3edcb64643785941caea60e7c99e234c6018 (patch)
tree6f3185270533ca34da515de4346c997f7488fe2c /wallust/templates/rofi-powermenu
parentab6d61c5fc5f8adebd46691f94cf35c32ae631db (diff)
downloaddotfiles-c56a3edcb64643785941caea60e7c99e234c6018.tar.gz
dotfiles-c56a3edcb64643785941caea60e7c99e234c6018.zip
update
Diffstat (limited to 'wallust/templates/rofi-powermenu')
-rw-r--r--wallust/templates/rofi-powermenu13
1 files changed, 7 insertions, 6 deletions
diff --git a/wallust/templates/rofi-powermenu b/wallust/templates/rofi-powermenu
index a09948b..0ce26aa 100644
--- a/wallust/templates/rofi-powermenu
+++ b/wallust/templates/rofi-powermenu
@@ -7,18 +7,19 @@ configuration {
background-color: {{background}};
}
window {
- children: [ horibox ];
+ location: north east;
+ children: [ box ];
border: 1;
border-color: {{color1}};
padding: 5;
- width: 416px;
+ width: 60px;
}
-horibox {
- orientation: horizontal;
+box {
+ orientation: vertical;
children: [ listview ];
}
listview {
- layout: horizontal;
+ layout: vertical;
spacing: 5;
lines: 6;
}
@@ -28,7 +29,7 @@ element {
padding: 15;
}
element-text {
- font: "Symbols Nerd Font Mono 25";
+ font: "Symbols Nerd Font Mono 13";
text-color: inherit;
background-color: inherit;
vertical-align: 0.5;