/* GTK Colours */ @define-color blu #224488; @define-color gry #6e6e6e; @define-color blk #101010; @define-color wht #b9c4d9; /* GLOBAL */ * { font-family: "Terminess Nerd Font", monospace; font-size: 10pt; padding: 0; margin: 0; box-shadow: none; } label { padding: 0 10px; } label.module { background: @blk; color: @gry; } button { border: none; border-radius: 0; } /* BAR */ #waybar { background: @blu; } /* WORKSPACE */ /* active */ #workspaces button { background: @blk; color: @wht; } /* empty */ #workspaces button.empty { color: @gry; background: @blk; border: none; } /* focused */ #workspaces button.focused { background: @blu; color: @wht; }