the return of hypermac

This commit is contained in:
beanigen 2025-03-03 14:48:08 +08:00
parent d11bfc67ec
commit f5f2fa95d4
No known key found for this signature in database
6 changed files with 270 additions and 4 deletions

View file

@ -37,7 +37,9 @@ window#waybar {
#clock,
#audio,
#mpd,
#battery {
#battery,
#cpu,
#disk {
padding: 5px;
border-radius: 10px;
border: 0.2em solid #cba6f7;
@ -95,3 +97,6 @@ window#waybar {
margin-left: 0.2em;
color: @mauve;
}
#cpu.highcpu {
background: @mauve;
}