diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-06-09 22:19:29 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-06-09 22:19:29 -0400 |
commit | 2b846e701c77ebf036e9cf95b4e9d574f16d9679 (patch) | |
tree | 02af2cdb94af27bf17ae83acfcd3161645f513a4 /home-config/waybar | |
parent | 355949af3cad07ae1b4506df554c1d05a836e9ec (diff) |
added channel, initial switch to hyprland
Diffstat (limited to 'home-config/waybar')
-rw-r--r-- | home-config/waybar/config | 12 | ||||
-rw-r--r-- | home-config/waybar/style.css | 2 |
2 files changed, 7 insertions, 7 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": { |
diff --git a/home-config/waybar/style.css b/home-config/waybar/style.css index f785881..cf776ad 100644 --- a/home-config/waybar/style.css +++ b/home-config/waybar/style.css | |||
@@ -37,7 +37,7 @@ window#waybar.solo { | |||
37 | color: rgba(217, 216, 216, 1); | 37 | color: rgba(217, 216, 216, 1); |
38 | } | 38 | } |
39 | 39 | ||
40 | #workspaces button.focused { | 40 | #workspaces button.active { |
41 | border-top: 3px solid rgba(217, 216, 216, 1); | 41 | border-top: 3px solid rgba(217, 216, 216, 1); |
42 | border-bottom: 3px solid rgba(217, 216, 216, 0); | 42 | border-bottom: 3px solid rgba(217, 216, 216, 0); |
43 | } | 43 | } |