armory: update with current config

This commit is contained in:
Trianta
2024-05-15 22:31:01 -05:00
parent 620afc5bb2
commit 36842e744f
8 changed files with 26 additions and 27 deletions
+4 -4
View File
@@ -7,10 +7,10 @@
"spacing": 0,
"output": "DP-3",
"reload_style_on_change": true,
"margin-left": 440,
"margin-right": 440,
"margin-top": 0,
"margin-bottom": 0,
"margin-left": 940,
"margin-right": 940,
"margin-top": 4,
"margin-bottom": 4,
"modules-left": [
"wireplumber",
"disk",
+1 -9
View File
@@ -1,11 +1,9 @@
#!/bin/bash
case $(wofi -d -L 6 -l 3 -W 100 -x -100 -y 10 \
case $(wofi -d -L 6 -l 3 -W 100 -x -490 -y 0 \
-D dynamic_lines=true << EOF | sed 's/^ *//'
Shutdown
Reboot
Log off
Sleep
Lock
Cancel
EOF
) in
@@ -15,12 +13,6 @@ EOF
"Reboot")
systemctl reboot
;;
"Sleep")
systemctl suspend
;;
"Lock")
loginctl lock-session
;;
"Log off")
hyprctl dispatch exit
;;
+12 -9
View File
@@ -10,8 +10,11 @@
}
window#waybar {
background: transparent;
border-radius: 0px;
background-color: alpha(@surface0, 0.3);
border-radius: 4px;
border: 0px solid @overlay0;
padding-top: 2px;
padding-bottom: 6px;
}
#workspaces button {
@@ -29,8 +32,8 @@ window#waybar {
.modules-left,
.modules-center,
.modules-right {
padding-top: 2px;
padding-bottom: 6px;
padding-top: 0px;
padding-bottom: 0px;
}
.modules-left {
@@ -45,24 +48,24 @@ window#waybar {
#cpu,
#disk,
#memory,
#network,
#temperature,
#tray,
#wireplumber,
#workspaces,
#network,
#custom-gpu,
#custom-poweroff,
#custom-weather {
background-color: alpha(@base, 0.5);
background-color: transparent;
border-radius: 10px;
border: 1px solid @overlay0;
border: 0px;
margin-left: 6px;
margin-right: 6px;
color: @peach;
min-width: 90px;
min-width: 45px;
}
#clock {
min-width: 100px;
min-width: 80px;
}