From 2b846e701c77ebf036e9cf95b4e9d574f16d9679 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Fri, 9 Jun 2023 22:19:29 -0400 Subject: added channel, initial switch to hyprland --- home-config/waybar/config | 12 ++++++------ home-config/waybar/style.css | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'home-config/waybar') 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 @@ "position": "top", "height": 30, - "modules-left": ["sway/workspaces", "sway/mode"], - "modules-center": ["sway/window"], + "modules-left": ["wlr/workspaces", "hyprland/submap"], + "modules-center": ["hyprland/window"], "modules-right": ["tray", "custom/spotify", "custom/weather", "custom/mail", "custom/storage", "backlight", "pulseaudio", "network", "idle_inhibitor", "battery", "clock"], - "sway/mode": { + "hyprland/submap": { "format": " {}" }, - "sway/workspaces": { + "wlr/workspaces": { "format": "{name}", "disable-scroll": true }, - "sway/window": { + "hyprland/window": { "max-length": 80, "tooltip": false }, @@ -43,7 +43,7 @@ "ethernet": [""], "disconnected": ["睊"] }, - "on-click": "alacritty -e iwctl", + "on-click": "alacritty -e doas nmtui", "tooltip": false }, "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 { color: rgba(217, 216, 216, 1); } -#workspaces button.focused { +#workspaces button.active { border-top: 3px solid rgba(217, 216, 216, 1); border-bottom: 3px solid rgba(217, 216, 216, 0); } -- cgit v1.2.3