/* GTK Colours */ @define-color fg #eee; @define-color mg #444; @define-color bg #000; * { font-family: "Hack Nerd Font", "Hack", monospace; font-size: 12px; font-weight: bold; text-shadow: 1px 1px @bg; box-shadow: none; transition-property: background; transition-duration: .5s; } /* Colours */ /* #battery { color: mediumpurple; } */ /* #clock { color: lightblue; } */ /* #clock.calendar { color: pink; } */ /* #wireplumber { color: #f1c40f; } */ /* #network.linked{ color: seagreen; } */ /* #network.disconnected{ color: red; } */ /* #bluetooth { color: royalblue; } */ /* Bar */ window#waybar { background: transparent; color: @fg; /* border-top: 1px solid @fg; */ } label.module { padding: 0 10px; } #tray { background: @bg; border: 1px solid @fg; border-radius: 5px; padding: 0 8px; } #custom-menu { padding:0 14px 0 10px; } #custom-menu:hover { background: @fg; color: @bg; } /* WORKSPACES */ #workspaces button { padding: 0 6px; border-radius: 0; } #workspaces button.focused { border-bottom: 1px solid @fg; } #workspaces button:hover { background: @fg; color: @bg; } #workspaces button.urgent { color: red; }