diff options
author | zachir <zachir@librem.one> | 2023-02-24 01:46:55 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-24 01:46:55 -0600 |
commit | 6fd0a16cb89a8ce9e38af18caa26a458490b7159 (patch) | |
tree | 7dc2a8d25bdd946af4775b76b45653c30cc5af89 /waybar/style.css | |
parent | 6d27556ca7af67d1dcfb7d276565f83630b8b897 (diff) |
set idle_inhibitor color to green when on (waybar)
Diffstat (limited to 'waybar/style.css')
-rw-r--r-- | waybar/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/waybar/style.css b/waybar/style.css index 7fb94f5..8f3e1bc 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -283,7 +283,7 @@ label:focus { } #idle_inhibitor.activated { - background-color: #171717; + background-color: #198844; color: #ffffff; border-radius: 20px 0px 0px 20px; |