more to be fix on niri

This commit is contained in:
2025-10-05 04:56:05 +02:00
parent 01c6e70dab
commit 22955ec73d
29 changed files with 478 additions and 28 deletions

View File

@@ -45,6 +45,7 @@ tooltip {
#tray,
#custom-rofi,
#idle_inhibitor,
#custom-caffeine,
#custom-power {
padding: 0px 10px;
}
@@ -55,6 +56,7 @@ tooltip {
}
#custom-rofi,
#custom-caffeine
#idle_inhibitor,
#custom-power,
#custom-expand-icon {
@@ -168,14 +170,17 @@ window#waybar.empty #window {
color: @green;
}
#custom-caffeine,
#idle_inhibitor {
color: @yellow;
}
#custom-caffeine:hover,
#idle_inhibitor:hover {
background-color: alpha(@yellow, 0.3);
}
#custom-caffeine.active,
#idle_inhibitor.activated {
color: @peach;
}