/* GTK Colours */ @define-color fg #eee; @define-color mg #888; @define-color bg #000; * { font-family: "Hack Nerd Font", monospace; font-size: 12px; font-weight: normal; text-shadow: none; box-shadow: none; transition-property: background; transition-duration: .5s; } /* Colours */ /* #clock { color: lightblue; } */ /* #clock.calendar { color: pink; }*/ /* #wireplumber { color: #f1c40f; }*/ /* #battery { color: mediumpurple; }*/ /* #network.linked{ color: seagreen; }*/ /* #network.disconnected{ color: red; }*/ /* #bluetooth { color: royalblue; }*/ /* Bar */ window#waybar { color: @fg; /* background: rgba(0,0,0,0.8); border-top: 1px solid rgba(255,255,255,0.3); */ background: transparent; border: none; } window#waybar.hidded { opacity: 0.0; } /* Labels */ label.module { padding: 4px 10px 2px 10px; } label:hover { color: white; } /* Tray */ #tray { background: @bg; border: 1px solid @fg; border-radius: 5px; padding: 0 8px; } /* MENU */ #custom-menu { padding:0 18px 0 14px; } #custom-menu:hover { background: @fg; color: @bg; } /* TASKBAR */ /* #taskbar button { color: @mg; padding: 4px 10px 4px 10px; border-radius: 0; } #taskbar button:hover { color: @bg; background: @fg; } */ /* WORKSPACES & TASKBAR*/ #workspaces button, #taskbar button { color: @mg; padding: 4px 10px 2px 10px; border-radius: 0; border:none; } #workspaces button:hover, #workspaces button.focused:hover, #taskbar button:hover { color: @bg; background: @fg; } #workspaces button.focused { color: @fg; } #workspaces button.urgent { color: red; }