hyprdots

my dotfiles
git clone https://git.awy.one/hyprdots.git
Log | Files | Refs | README | LICENSE

commit 427214bdacea3ee3fcc0c490dacb003d32459e5a
parent a49c53fb407f7ea7ae6787236b64e2be857192fb
Author: awy <awy@awy.one>
Date:   Sat, 24 May 2025 14:19:06 +0300

fix waybar

Diffstat:
M.config/waybar/config | 2+-
M.config/waybar/style.css | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.config/waybar/config b/.config/waybar/config @@ -8,7 +8,6 @@ "margin-top": 6, "reload_style_on_change": true, "modules-left": ["hyprland/workspaces"], - "modules-center": ["hyprland/window"], "modules-right": [ "custom/recording", "custom/tasks", @@ -55,6 +54,7 @@ "custom/music" : { "tooltip": false, + "escape": true, "format": "{}", "signal": 11, "exec" : "sb-music", diff --git a/.config/waybar/style.css b/.config/waybar/style.css @@ -72,7 +72,7 @@ window#waybar.empty #window { } /* This section can be use if you want to separate waybar modules */ -.modules-left, .modules-center, .modules-right { +.modules-left, .modules-right { background: @theme_base_color; border: 0.5px solid @overlay0; padding-top: 2px;