diff options
| author | Blake Romero <blake@blkrom.com> | 2025-10-01 23:10:25 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-10-01 23:10:25 +0100 |
| commit | a330f130b8fdd94fea421fad1b3d96270c631e80 (patch) | |
| tree | 8b6b8b9c8b72b8c75e68b35fe7aa7cf472fddf3e /dot-config/waybar/demo-style.css | |
| parent | 0d3cca505510ad944d9345259c02697d6f1341fc (diff) | |
Add waybar power menu & modules config file
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; +} |
