add: change a few waybar locations and integrate power-profile-daemon module with proper switching by clicking on the icon on waybar

This commit is contained in:
toni
2026-05-09 22:43:07 -07:00
parent 9c4af1e01c
commit 0f3e983375
8 changed files with 233 additions and 3 deletions
+50
View File
@@ -0,0 +1,50 @@
@import "./waybar.css";
* {
background-color: @background;
color: @foreground;
border: none;
border-radius: 0;
min-height: 0;
font-family: "CaskaydiaMono Nerd Font Propo";
font-size: 12px;
}
.modules-left {
margin-left: 8px;
}
.modules-right {
margin-right: 8px;
}
#workspaces button {
all: initial;
padding: 0 6px;
margin: 0 1.5px;
min-width: 9px;
}
#workspaces button.empty {
opacity: 0.5;
}
#tray,
#cpu,
#battery,
#network,
#bluetooth,
#pulseaudio,
#clock,
#idle_inhibitor,
#power-profiles-daemon,
#custom-power-menu {
min-width: 12px;
margin: 0 7.5px;
}
#custom-expand-icon {
margin-right: 12px;
}