logo

dotfiles

My dotfiles, one branch per machine
commit: 3fe48bd9672ebbd59ff0a9ab042215641bbcf919
parent: f24079c8c7ae23b04e026eb656e4c773ba84f783
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 24 Jun 2019 10:03:30 +0200

waybar/style.css: Use subpixel borders instead of wide margins

Diffstat:

M.config/waybar/style.css4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.config/waybar/style.css b/.config/waybar/style.css @@ -19,9 +19,11 @@ window { #workspaces button.focused { border: 1px solid #8ec07c; } #workspaces button.urgent { border: 1px solid #cc241d; } +/* all modules */ #workspaces, #window, #mpd, #clock, #battery, #cpu, #memory, #temperature, #backlight, #network, #pulseaudio, #custom-media, #tray, #mode, #idle_inhibitor { background: #282828; - margin: 0 0.5em; + border-left: 0.25px solid; + border-right: 0.25px solid; } #window {