summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Romero <blake@developercraft.com>2025-11-09 17:07:53 +0000
committerBlake Romero <blake@developercraft.com>2025-11-09 17:07:53 +0000
commit24d7f65428bf034ed7ad5181ced89be493838adc (patch)
treee397b5fe0a33393603a45e566f92b405aa94bb6e
parenta5de8e0c51607d24503fecf97ed0d49a0ec2a651 (diff)
Add custom/apps moduleHEADmain
-rw-r--r--config.jsonc4
-rw-r--r--modules.jsonc8
-rw-r--r--style.css5
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,
diff --git a/style.css b/style.css
index 72b7810..07cbc94 100644
--- a/style.css
+++ b/style.css
@@ -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 {