diff options
Diffstat (limited to '')
| -rw-r--r-- | config/waybar/config.jsonc | 10 | ||||
| -rw-r--r-- | config/waybar/style.css | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/config/waybar/config.jsonc b/config/waybar/config.jsonc index 66e648d..39e402e 100644 --- a/config/waybar/config.jsonc +++ b/config/waybar/config.jsonc @@ -69,9 +69,9 @@ "format": "{short}" }, "mpd": { - "format": "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ⸨{songPosition}|{queueLength}⸩ {volume}% ", - "format-disconnected": "Disconnected ", - "format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped ", + "format": "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon} {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S})", + "format-disconnected": "Disconnected", + "format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped", "unknown-tag": "N/A", "interval": 5, "consume-icons": { @@ -173,8 +173,8 @@ // "scroll-step": 1, // %, can be a float "format": "{volume}% {icon} {format_source}", "format-bluetooth": "{volume}% {icon} {format_source}", - "format-bluetooth-muted": " {icon} {format_source}", - "format-muted": " {format_source}", + "format-bluetooth-muted": "{icon} {format_source}", + "format-muted": "{format_source}", "format-source": "{volume}% ", "format-source-muted": "", "format-icons": { diff --git a/config/waybar/style.css b/config/waybar/style.css index b13d2dc..59fee8e 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -6,7 +6,7 @@ window#waybar { background-color: rgba(43, 48, 59, 0.5); - border-bottom: 2px solid rgba(51, 204, 256, 238); + border-bottom: 1px solid rgba(51, 204, 256, 238); color: #ffffff; transition-property: background-color; transition-duration: .5s; |
