dotfiles

dotfiles - ryukamish edition
Log | Files | Refs | README

commit 7d7bd28d199c1aeac7ce08bef4caf72faad639bd
parent 9af7dc545a45915af05ef8a0d90d9d2277c919df
Author: ryukamish <[email protected]>
Date:   Fri, 26 Jun 2026 18:30:12 +0530

changing font and padding for sway workspaces button on waybar

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

diff --git a/.config/mako/config b/.config/mako/config @@ -1,5 +1,5 @@ # Global settings -font=IoskeleyMono Nerd Font 12 +font=IoskeleyMonoNL Nerd Font 12 width=300 margin=10 padding=10 diff --git a/.config/waybar/style.css b/.config/waybar/style.css @@ -1,19 +1,20 @@ * { border: none; - font-family: "IoskeleyMono Nerd Font, monospace"; + font-family: "IoskeleyMonoNL Nerd Font, monospace"; font-size: 12px; font-weight: bold; min-height: 0; } window#waybar { - background-color: alpha(#0a0a0a, 0.9); + background-color: alpha(#0a0a0a, 0.8); color: #ffffff; } -/* #workspaces button { */ -/* padding: 3px 5px; */ -/* } */ +#workspaces button { + padding: 3px 5px; + color: #ffffff; +} #workspaces button:hover { /* Hovering over the workspaces button has a no radius selection around it */