From 4714222e8d6a86011f52dc0aa0823ce03d63568e Mon Sep 17 00:00:00 2001 From: UhGoomba <53350163+UhGoomba@users.noreply.github.com> Date: Mon, 19 Aug 2024 06:24:27 -0400 Subject: waybar, background, keybinds --- waybar/.config/waybar/config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'waybar') diff --git a/waybar/.config/waybar/config b/waybar/.config/waybar/config index 9e38316..1b448bb 100644 --- a/waybar/.config/waybar/config +++ b/waybar/.config/waybar/config @@ -1,6 +1,7 @@ { "layer": "top", "position": "top", + "mode": "dock", "margin-bottom": 0, "modules-left": [ "clock", @@ -31,12 +32,10 @@ "spacing": 8 }, "clock": { - // 24 hour - // "format": " {:%H:%M} ", - // 12 hour "format": " 󰸗 {:%I:%M %p} ", "interval": 60, "tooltip": true, + "on-click": "kitty -e calcurse", "tooltip-format": "{:%d %B %H:%M}" }, "hyprland/workspaces": { @@ -98,8 +97,9 @@ }, "network": { "format": " 󰖩", - // "tooltip": "{ifname}", + "tooltip": "{ifname}", "tooltip-format": "{essid}", + "on-click": "kitty nmtui", "interval": 2 }, "temperature": { @@ -123,7 +123,7 @@ "pulseaudio": { "format": " {volume}%", "scroll-step": 1, - "on-click": "pulseaudio" + "on-click": "pavucontrol" }, "battery": { "format": "{capacity}% {icon}", @@ -136,7 +136,7 @@ ] }, "custom/powermenu": { - "format": "  ", + "format": " Power ", "tooltip": false, "on-click": "exec wlogout -p layer-shell" } -- cgit v1.2.3