diff options
Diffstat (limited to 'dot-config/waybar/demo-style.css')
| -rw-r--r-- | dot-config/waybar/demo-style.css | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/dot-config/waybar/demo-style.css b/dot-config/waybar/demo-style.css new file mode 100644 index 0000000..a63c23a --- /dev/null +++ b/dot-config/waybar/demo-style.css @@ -0,0 +1,44 @@ +/* GTK Colours */ +@define-color fg #eee; +@define-color mg #444; +@define-color bg #000; + +* { + font-family: HackNerdFont, monospace; + font-size: 12px; + + /* font-weight: normal; */ + /* box-shadow: none; */ + + transition-property: background; + transition-duration: .5s; +} + +button { + padding: 0; +} + +label { + padding: 0 8px; +} + +#waybar { + background: transparent; +} + +#workspaces { + padding: 0; +} + +#custom-menu { + padding:0 14px 0 10px; +} + +#custom-menu:hover { + background: @fg; + color: @bg; +} + +#tray { + padding: 0 8px; +} |
