aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/waybar/config
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2025-05-04 13:24:10 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2025-05-04 13:28:24 +0300
commit90b8c5799d2073c36849ff0b4a1e7c32698306ae (patch)
tree0b8f30d8c0eeda67fd1e628b7f27cdb13ba752b6 /dotfiles/.config/waybar/config
parent073210da5463f2e49944b7dbe4fde5faaf2d2fa5 (diff)
downloadswayrice-90b8c5799d2073c36849ff0b4a1e7c32698306ae.tar.gz
swayrice-90b8c5799d2073c36849ff0b4a1e7c32698306ae.zip
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...
Diffstat (limited to 'dotfiles/.config/waybar/config')
-rw-r--r--dotfiles/.config/waybar/config6
1 files changed, 3 insertions, 3 deletions
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",
]
}]