MOAR config

This commit is contained in:
Maximilian Friedersdorff 2025-04-23 22:44:41 +01:00
parent 1b65bc2270
commit d8c2da70a9
7 changed files with 61 additions and 41 deletions

View file

@ -234,15 +234,8 @@
"on-click": "playerctl previous"
},
"custom/power": {
"format": "⏻ ",
"format": "⏻",
"tooltip": false,
"menu": "on-click",
"menu-file": "$HOME/.config/waybar/power_menu.xml", // Menu file in resources folder
"menu-actions": {
"shutdown": "shutdown",
"reboot": "reboot",
"suspend": "systemctl suspend",
"hibernate": "systemctl hibernate"
}
"on-click": "$HOME/.config/sway/power-menu"
}
}

View file

@ -100,6 +100,7 @@ button:hover {
#idle_inhibitor,
#scratchpad,
#power-profiles-daemon,
#custom-power,
#mpd {
padding: 0 10px;
color: #ffffff;
@ -126,7 +127,10 @@ button:hover {
.modules-right, .modules-left {
border-radius: 15px;
padding: 7px;
padding-left: 12px;
padding-right: 12px;
padding-top: 7px;
padding-bottom: 7px;
}
#clock {
@ -242,6 +246,10 @@ label:focus {
background-color: #ffa000;
}
#custom-power {
background-color: #2d3436;
}
#temperature {
background-color: #f0932b;
}