aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/style.css
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2025-08-23 12:57:07 +0100
committerJustine Smithies <justine@smithies.me.uk>2025-08-23 12:57:07 +0100
commit24468ba4a7a1f1b7852cff7195afb718ce984da5 (patch)
treea17148fcc4c01c0db2b0e775cc7843126c2d7216 /.config/waybar/style.css
parenta272beaf4c7266db4e7256f026ac46082cc22540 (diff)
Added new keyboard layout indicator to waybarHEADmaster
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r--.config/waybar/style.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index a574200..182a733 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -32,7 +32,7 @@ window#waybar.hidden {
#idle_inhibitor,
#language,
#custom-layout,
-#custom-scratchpad-indicator,
+#custom-keyboard-layout,
#custom-brightness,
#custom-memory,
#custom-battery,
@@ -54,7 +54,7 @@ window#waybar.hidden {
#idle_inhibitor,
#language,
#custom-layout,
-#custom-scratchpad-indicator,
+#custom-keyboard-layout,
#custom-brightness,
#custom-memory,
#custom-battery,
@@ -108,10 +108,10 @@ window#waybar.hidden {
}
/*================================= */
-/* custom-scratchpad-indicator */
+/* custom-keyboard-layout */
/*==================================*/
-#custom-scratchpad-indicator {
- color: #8ec07c;
+#custom-keyboard-layout {
+ color: #98971a;
}
/* ================================ */