about summary refs log tree commit diff
path: root/dotfiles/waybar
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/waybar')
-rw-r--r--dotfiles/waybar/config46
-rw-r--r--dotfiles/waybar/style.css10
2 files changed, 28 insertions, 28 deletions
diff --git a/dotfiles/waybar/config b/dotfiles/waybar/config
index 9d31fb5..e61a7a4 100644
--- a/dotfiles/waybar/config
+++ b/dotfiles/waybar/config
@@ -5,32 +5,32 @@
     // "width": 1280, // Waybar width
     "spacing": 2, // Gaps between modules (4px)
     // Choose the order of the modules
-    "modules-left": ["river/tags", "custom/separator", "river/window"],
+    "modules-left": ["sway/workspaces", "custom/separator", "sway/window"],
     //"modules-center": ["river/window"],
     "modules-right": ["custom/weather", "pulseaudio", "network", "cpu", "memory", "temperature", "backlight", "keyboard-state", "sway/language", "battery", "battery#bat2", "clock", "tray"],
     // Modules configuration
-     //"sway/workspaces": {
-      //   "disable-scroll": true,
-       //  "all-outputs": true,
-        // "format": "{name}",
-        // "persistent_workspaces": {
-        //     "1": [],
-         //    "2": [],
-          //   "3": [],
-           //  "4": [],
-          //   "5": [],
-          //   "6": [],
-          //   "7": [],
-          //   "8": [],
-          //   "9": []
-         //}
-     //},
-    "river/tags": {
-      "tag-labels": ["1", "2", "3", "4", "5", "6", "7", "8", "9"]
-    },
-    "river/window": {
-      "max-length": 99
-    },
+     "sway/workspaces": {
+         "disable-scroll": true,
+         "all-outputs": true,
+         "format": "{name}",
+         "persistent_workspaces": {
+             "1": [],
+             "2": [],
+             "3": [],
+             "4": [],
+             "5": [],
+             "6": [],
+             "7": [],
+             "8": [],
+             "9": []
+         }
+     },
+   // "river/tags": {
+   //   "tag-labels": ["1", "2", "3", "4", "5", "6", "7", "8", "9"]
+   // },
+    //"river/window": {
+    //  "max-length": 99
+    //},
     "keyboard-state": {
         "numlock": true,
         "capslock": true,
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;