summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/niri/swayosd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/niri/swayosd.nix')
-rw-r--r--accounts/gkleen@sif/niri/swayosd.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/niri/swayosd.nix b/accounts/gkleen@sif/niri/swayosd.nix
index 39945ba8..8e410b5a 100644
--- a/accounts/gkleen@sif/niri/swayosd.nix
+++ b/accounts/gkleen@sif/niri/swayosd.nix
@@ -23,7 +23,7 @@
23 23
24 progressbar:disabled, 24 progressbar:disabled,
25 image:disabled { 25 image:disabled {
26 opacity: 0.5; 26 opacity: rgb(84, 84, 84);
27 } 27 }
28 28
29 progressbar { 29 progressbar {
@@ -36,7 +36,7 @@
36 min-height: inherit; 36 min-height: inherit;
37 border-radius: inherit; 37 border-radius: inherit;
38 border: none; 38 border: none;
39 background: rgba(255, 255, 255, 0.5); 39 background: rgb(127, 127, 127);
40 } 40 }
41 progress { 41 progress {
42 min-height: inherit; 42 min-height: inherit;