From 4a6ae43a42260bc6ca547c0c07e44c12f5274349 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Fri, 9 Aug 2024 13:30:03 -0400 Subject: [PATCH] STYLING! --- waybar/config.jsonc | 5 +++-- waybar/style.css | 2 +- waybar/styles/modules/mpris.css | 4 ++++ waybar/styles/modules/workspaces.css | 1 + 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/waybar/config.jsonc b/waybar/config.jsonc index ae69a48..7cf95b6 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -56,7 +56,7 @@ "format": "{}", "rewrite": { "(.*) — Mozilla Firefox": "󰈹 $1", - "~(.*)": " $1", + "~(.*)": "󰅬 $1", "nv": " neovim", }, "separate-outputs": true, @@ -107,12 +107,13 @@ "player-icons": { "default": "▶", "mpv": "🎵", + "spotify": "", }, "interval": 1, "status-icons": { "paused": "⏸", }, - "dynamic-len": 72, + "dynamic-len": 36, // "ignored-players": ["firefox"] }, "custom/swaync": { diff --git a/waybar/style.css b/waybar/style.css index 5069df3..98e5662 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -10,7 +10,7 @@ text-shadow: none; transition: color 0.5s ease-in-out; transition: background-color 0.5s ease-in-out; - font-size: 18px; + font-size: 16px; } @define-color button @color4; diff --git a/waybar/styles/modules/mpris.css b/waybar/styles/modules/mpris.css index 161b04b..0bb6c0c 100644 --- a/waybar/styles/modules/mpris.css +++ b/waybar/styles/modules/mpris.css @@ -5,3 +5,7 @@ #mpris:hover { background-color: @button-hover; } + +#mpris.spotify { + background-color: #1db954; +} diff --git a/waybar/styles/modules/workspaces.css b/waybar/styles/modules/workspaces.css index d7832b4..4fa823b 100644 --- a/waybar/styles/modules/workspaces.css +++ b/waybar/styles/modules/workspaces.css @@ -9,6 +9,7 @@ border: none; border-radius: 9999px; color: @button; + font-size: 24px; } #workspaces button.active {