summaryrefslogtreecommitdiff
path: root/home-config/waybar/config
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2023-06-09 22:19:29 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2023-06-09 22:19:29 -0400
commit2b846e701c77ebf036e9cf95b4e9d574f16d9679 (patch)
tree02af2cdb94af27bf17ae83acfcd3161645f513a4 /home-config/waybar/config
parent355949af3cad07ae1b4506df554c1d05a836e9ec (diff)
added channel, initial switch to hyprland
Diffstat (limited to 'home-config/waybar/config')
-rw-r--r--home-config/waybar/config12
1 files changed, 6 insertions, 6 deletions
diff --git a/home-config/waybar/config b/home-config/waybar/config
index 10e27c7..9d4b88f 100644
--- a/home-config/waybar/config
+++ b/home-config/waybar/config
@@ -3,17 +3,17 @@
3 "position": "top", 3 "position": "top",
4 "height": 30, 4 "height": 30,
5 5
6 "modules-left": ["sway/workspaces", "sway/mode"], 6 "modules-left": ["wlr/workspaces", "hyprland/submap"],
7 "modules-center": ["sway/window"], 7 "modules-center": ["hyprland/window"],
8 "modules-right": ["tray", "custom/spotify", "custom/weather", "custom/mail", "custom/storage", "backlight", "pulseaudio", "network", "idle_inhibitor", "battery", "clock"], 8 "modules-right": ["tray", "custom/spotify", "custom/weather", "custom/mail", "custom/storage", "backlight", "pulseaudio", "network", "idle_inhibitor", "battery", "clock"],
9 "sway/mode": { 9 "hyprland/submap": {
10 "format": " {}" 10 "format": " {}"
11 }, 11 },
12 "sway/workspaces": { 12 "wlr/workspaces": {
13 "format": "{name}", 13 "format": "{name}",
14 "disable-scroll": true 14 "disable-scroll": true
15 }, 15 },
16 "sway/window": { 16 "hyprland/window": {
17 "max-length": 80, 17 "max-length": 80,
18 "tooltip": false 18 "tooltip": false
19 }, 19 },
@@ -43,7 +43,7 @@
43 "ethernet": [""], 43 "ethernet": [""],
44 "disconnected": ["睊"] 44 "disconnected": ["睊"]
45 }, 45 },
46 "on-click": "alacritty -e iwctl", 46 "on-click": "alacritty -e doas nmtui",
47 "tooltip": false 47 "tooltip": false
48 }, 48 },
49 "pulseaudio": { 49 "pulseaudio": {