From 51b29589d58f1e5db071c545f1370995ffeba07f Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Sat, 16 Nov 2019 02:18:23 +0300 Subject: new colors and appearance changes --- dotfiles/.config/waybar/config | 76 +++++++++++++++++++++++++----------------- 1 file changed, 46 insertions(+), 30 deletions(-) (limited to 'dotfiles/.config/waybar/config') diff --git a/dotfiles/.config/waybar/config b/dotfiles/.config/waybar/config index 6ff853e..af43745 100644 --- a/dotfiles/.config/waybar/config +++ b/dotfiles/.config/waybar/config @@ -4,30 +4,29 @@ "height": 25, "modules-left": [ "sway/workspaces", - "custom/right-arrow-black", "sway/mode", + "custom/left-decorator-black", "mpd", - "pulseaudio", - "custom/right-arrow-cyan" + "pulseaudio" + ], + "modules-center": [ + "clock", + "custom/weather" ], - "modules-center": ["clock"], "modules-right": [ - "custom/left-arrow-cyan", "custom/swaykbd", - "custom/weather", "backlight", - "custom/left-arrow-gray", "network", "battery#bat0", "battery#bat1", - "custom/left-arrow-black", + "custom/right-decorator-black", "tray" ], "sway/mode": { "format": "{}" }, "mpd": { - "format": " {stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} - {title} [{elapsedTime:%M:%S}] ", + "format": " {stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon} {artist} - {title} [{elapsedTime:%M:%S}]", "format-disconnected": " Disconnected ", "format-stopped": " {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped ", "unknown-tag": "N/A", @@ -36,8 +35,7 @@ "on": " " }, "random-icons": { - "off": " ", - "on": " " + "on": "" }, "repeat-icons": { "on": " " @@ -46,8 +44,8 @@ "on": "1 " }, "state-icons": { - "paused": "", - "playing": "" + "paused": "", + "playing": "" }, "tooltip-format": "MPD (connected)", "tooltip-format-disconnected": "MPD (disconnected)" @@ -89,24 +87,36 @@ }, "battery#bat0": { "bat": "BAT0", - "format": "{capacity}% {icon}", - "format-charging": "{capacity}% ", - "format-plugged": "{capacity}% ", - "format-icons": ["", "", "", "", ""] + "format": "{icon} {capacity}%", + "format-charging": " {capacity}%", + "format-plugged": " {capacity}%", + "format-icons": [ + "", + "", + "", + "", + "" + ] }, "battery#bat1": { "bat": "BAT1", - "format": "{capacity}% {icon}", - "format-charging": "{capacity}% ", - "format-plugged": "{capacity}% ", - "format-icons": ["", "", "", "", ""] + "format": "{icon} {capacity}%", + "format-charging": " {capacity}%", + "format-plugged": " {capacity}%", + "format-icons": [ + "", + "", + "", + "", + "" + ] }, "network": { // "interface": "wlp2*", // (Optional) To force the use of this interface - "format-wifi": "{essid}: {ipaddr} ", - "format-ethernet": "{ifname}: {ipaddr} ", - "format-linked": "{ifname} (No IP) ", - "format-disconnected": "Disconnected ⚠", + "format-wifi": " {essid}: {ipaddr}", + "format-ethernet": " {ifname}: {ipaddr}", + "format-linked": " {ifname} (No IP)", + "format-disconnected": " Disconnected", "format-alt": "{ifname}: {ipaddr}/{cidr}" }, "custom/left-arrow-cyan": { @@ -124,11 +134,17 @@ "custom/right-arrow-black": { "format": "" }, + "custom/left-decorator-black": { + "format": "" + }, + "custom/right-decorator-black": { + "format": "" + }, "pulseaudio": { - // "scroll-step": 1, // %, can be a float - "format": "{volume}% {icon}", - "format-bluetooth": "{volume}% {icon} {format_source}", - "format-muted": "", + "scroll-step": 5, // %, can be a float + "format": "{icon} {volume}%", + "format-bluetooth": "{icon} {volume}% {format_source}", + "format-muted": "", "format-source": "{volume}% ", "format-source-muted": "", "format-icons": { @@ -153,7 +169,7 @@ "exec": "$HOME/.scripts/i3barweather" }, "custom/swaykbd": { - "format": "{} ", + "format": " {}", "exec": "$HOME/.scripts/swaykbd" }, "custom/media": { -- cgit v1.2.3