From 90b8c5799d2073c36849ff0b4a1e7c32698306ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= 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/modules.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'dotfiles/.config/waybar/modules.json') diff --git a/dotfiles/.config/waybar/modules.json b/dotfiles/.config/waybar/modules.json index 8f47d63..51a80e3 100644 --- a/dotfiles/.config/waybar/modules.json +++ b/dotfiles/.config/waybar/modules.json @@ -6,12 +6,12 @@ "format": "{status_icon} {artist} - {title}", "format-stopped": "{status_icon} - ", "status-icons": { - "stopped": "", - "paused": "", + "stopped": "", + "paused": "", "playing": "" }, - "artist-len": 25, - "title-len": 40 + "artist-len": 20, + "title-len": 30 }, "tray": { "icon-size": 16, @@ -27,11 +27,11 @@ "interval": 1 }, "cpu": { - "format": " {load}%", + "format": " {usage}%", "interval": 2 }, "memory": { - "format": " {used:0.3f}G", + "format": " {used:0.3f}G", "states": { "warning": 90 }, @@ -47,7 +47,7 @@ }, "backlight": { // "device": "acpi_video1", - "format": "{icon} {percent}%", + "format": "{icon} {percent}%", "format-icons": ["", ""] }, "battery#bat0": { @@ -83,8 +83,8 @@ "format-linked": "󰲊", "format-disconnected": "󰌙", "format-disabled": "󰌙", - "format-alt": "󰌘 {ifname}: {bandwidthUpBits} {bandwidthDownBits}", - "tooltip-format": "{ifname}: {essid} {ipaddr}/{cidr} {bandwidthUpBits} {bandwidthDownBits}", + "format-alt": "󰌘 {ifname}: {bandwidthUpBits} {bandwidthDownBits}", + "tooltip-format": "{ifname}: {essid} {ipaddr}/{cidr} {bandwidthUpBits} {bandwidthDownBits}", "interval": 10 }, "wireplumber": { @@ -112,13 +112,13 @@ "exec": "barrecstatus" }, "custom/torrent-status": { - "format": "{}", + "format": "{}", "signal": 10, "interval": "once", "exec": "bartorrentstatus" }, "custom/mail-status": { - "format": "󰺻 {}", + "format": "󰺻 {}", "signal": 9, "interval": "once", "exec": "barmailstatus", @@ -163,8 +163,8 @@ "niri/language": { "on-click": "niri msg action switch-layout next", "on-click-right": "niri msg action switch-layout prev", - "format-en": " 🇺🇸 ", - "format-es": " 🇲🇽 ", - "format-ru": " 🇷🇺 " + "format-en": " 🇺🇸", + "format-es": " 🇲🇽", + "format-ru": " 🇷🇺" } } -- cgit v1.2.3