diff options
| -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 { |
