diff options
| author | Blake Romero <blake@developercraft.com> | 2025-11-09 17:07:53 +0000 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2025-11-09 17:07:53 +0000 |
| commit | 24d7f65428bf034ed7ad5181ced89be493838adc (patch) | |
| tree | e397b5fe0a33393603a45e566f92b405aa94bb6e | |
| parent | a5de8e0c51607d24503fecf97ed0d49a0ec2a651 (diff) | |
| -rw-r--r-- | config.jsonc | 4 | ||||
| -rw-r--r-- | modules.jsonc | 8 | ||||
| -rw-r--r-- | style.css | 5 |
3 files changed, 15 insertions, 2 deletions
diff --git a/config.jsonc b/config.jsonc index 8fe39fc..ec463cc 100644 --- a/config.jsonc +++ b/config.jsonc @@ -1,11 +1,11 @@ { "output": ["Microstep MAG274QRF-QD CA8A391600566", "eDP-1"], - "position": "bottom", + "position": "top", "include": ["~/.config/waybar/modules.jsonc"], "reload_style_on_change": true, "modules-left": [ - "custom/menu", + "custom/apps", "sway/workspaces", "wlr/taskbar" ], diff --git a/modules.jsonc b/modules.jsonc index 71f0d04..d039d5b 100644 --- a/modules.jsonc +++ b/modules.jsonc @@ -1,4 +1,12 @@ { + "custom/apps": { + "format" : "", + "tooltip": false, + "on-click": "pkill nwggrid || nwggrid" + // "on-click": "wmenu-run -p 'Run:' -f 'Hack Nerd Font 14' -M 00ffff -m 000000 -N 000000 -n aaaaaa -S 00ffff -s 000000" + + }, + "custom/menu": { "format" : "", "tooltip": false, @@ -25,8 +25,13 @@ /* 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 { |
