From 90b8c5799d2073c36849ff0b4a1e7c32698306ae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?=
 <yps@yaroslavps.com>
Date: Sun, 4 May 2025 13:24:10 +0300
Subject: waybar: even more style experiments

Adjusted for smaller laptop screen:
* Move modules out of the center; it looks nice when there's enough
  screen real estate, not so good it starts to get cramped.
* Style clock a bit so that it stands out among the rest of the modules.
* Experiment with the clock position, still haven't decided where I like
  it the most.

I now remembered why I stopped "ricing", too much wasted time...
---
 dotfiles/.config/waybar/config | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'dotfiles/.config/waybar/config')

diff --git a/dotfiles/.config/waybar/config b/dotfiles/.config/waybar/config
index 5131532..403da07 100644
--- a/dotfiles/.config/waybar/config
+++ b/dotfiles/.config/waybar/config
@@ -4,15 +4,15 @@
     "height": 34,
 	"include": [ "~/.config/waybar/modules.json" ],
     "modules-left": [
+        "clock",
         "niri/workspaces",
         "mpris",
         "wireplumber"
     ],
     "modules-center": [
-        "clock",
-        "custom/weather"
     ],
     "modules-right": [
+        "custom/weather",
         "custom/mail-status",
         "cpu",
         "memory",
@@ -23,6 +23,6 @@
         "custom/torrent-status",
         "network",
         "niri/language",
-        "tray"
+        "tray",
     ]
 }]
-- 
cgit v1.2.3