diff options
Diffstat (limited to 'style.css')
| l---------[-rw-r--r--] | style.css | 105 |
1 files changed, 1 insertions, 104 deletions
diff --git a/style.css b/style.css index 5bd6e07..75c4c1f 100644..120000 --- a/style.css +++ b/style.css @@ -1,104 +1 @@ -/* 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: black; - border-bottom: 1px solid #444 - - /* - 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; -} - +themes/dark/style.css
\ No newline at end of file |
