about summary refs log tree commit diff
path: root/dotfiles/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/waybar/style.css')
-rw-r--r--dotfiles/waybar/style.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/dotfiles/waybar/style.css b/dotfiles/waybar/style.css
index fe01a14..a36cc04 100644
--- a/dotfiles/waybar/style.css
+++ b/dotfiles/waybar/style.css
@@ -19,24 +19,24 @@ window#waybar {
 }
 
 #window,
-#tags {
+#workspaces {
 	padding: 0 0;
 	margin: 0 0;
 }
 
-#tags button {
+#workspaces button {
 	padding: 0 7px;
 	margin: 0;
 	color: #bbbbbb;
 }
 
-#tags button.occupied {
+#workspaces button.occupied {
 	border-top: 4px solid #bbbbbb;
 	margin: 0;
 	padding: 0 7px;
 }
 
-#tags button.focused {
+#workspaces button.focused {
 	border-top: 0;
 	margin: 0;
 	padding: 0 7px;
@@ -44,7 +44,7 @@ window#waybar {
 	background: #bbbbbb;
 }
 
-#tags button:hover {
+#workspaces button:hover {
 	background: inherit;
 	color: inherit;
 	box-shadow: inherit;