Add power profile and fan strategy waybar modules - scripts/power-profile.sh: waybar module + wofi menu for powerprofilesctl - scripts/fan-profile.sh: waybar module + wofi menu for fw-fanctrl - waybar/config.jsonc: add custom/power-profile and custom/fan-profile modules - waybar/style.css: add padding and class colors for new modules - packages.txt: add power-profiles-daemon and fw-fanctrl - install.sh: symlink new scripts to ~/.local/bin
This commit is contained in:
+10
-1
@@ -17,10 +17,19 @@ window#waybar {
|
||||
color: #81a2be;
|
||||
}
|
||||
|
||||
#clock, #battery, #network, #pulseaudio {
|
||||
#clock, #battery, #network, #pulseaudio,
|
||||
#custom-power-profile, #custom-fan-profile {
|
||||
padding: 0 12px;
|
||||
}
|
||||
|
||||
#custom-power-profile.performance {
|
||||
color: #f0c674;
|
||||
}
|
||||
|
||||
#custom-power-profile.power-saver {
|
||||
color: #b5bd68;
|
||||
}
|
||||
|
||||
#battery.warning {
|
||||
color: #f0c674;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user