diff options
| author | Zach DeCook <zachdecook@librem.one> | 2026-04-14 06:47:49 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2026-04-14 06:47:49 -0400 |
| commit | f304efa8681ed8ee7109009730efa08d06eba025 (patch) | |
| tree | e3d0b6b1cc5ed586cc7b33d14cf41050cd23bc8b /.config/waybar/config.jsonc | |
| parent | d1878e9d50c97d7e27e6dfa7d38185d9b47bcebb (diff) | |
| download | dotfiles-f304efa8681ed8ee7109009730efa08d06eba025.tar.gz | |
improve config
Diffstat (limited to '.config/waybar/config.jsonc')
| -rw-r--r-- | .config/waybar/config.jsonc | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index d42d4ee..0fe92a5 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -2,13 +2,13 @@ { // "layer": "top", // Waybar at top layer // "position": "bottom", // Waybar position (top|bottom|left|right) - "height": 30, // Waybar height (to be removed for auto height) + "height": 32, // Waybar height (to be removed for auto height) // "width": 1280, // Waybar width - "spacing": 4, // Gaps between modules (4px) + "spacing": 0, // Gaps between modules (4px) // Choose the order of the modules "modules-left": ["sway/workspaces", "hyprland/workspaces", "sway/mode", "hyprland/submap", "sway/scratchpad", "custom/media"], "modules-center": [], - "modules-right": ["clock","backlight", "temperature", "network", "upower", "tray"], + "modules-right": ["clock","backlight", "pulseaudio", "temperature", "network", "upower", "tray"], // [ // "mpd", // "idle_inhibitor", @@ -122,12 +122,12 @@ "critical-threshold": 80, // "format-critical": "{temperatureC}°C {icon}", "format": "{temperatureC}°C {icon}", - "format-icons": ["", "", ""] + "format-icons": ["🟣", "🔵", "🟢", "🟡", "🟠", "🔴"] }, "backlight": { // "device": "acpi_video1", "format": "{percent}% {icon}", - "format-icons": ["", "", "", "", "", "", "", "", ""] + "format-icons": ["🌚", "🌑", "🌘", "🌗", "🌖", "🌕", "🌝"] }, "battery": { "states": { @@ -160,7 +160,7 @@ }, "network": { // "interface": "wlp2*", // (Optional) To force the use of this interface - "format-wifi": "{essid} ({signalStrength}%) ", + "format-wifi": "{essid} ({signalStrength}%) 🛜", "format-ethernet": "{ipaddr}/{cidr} ", "tooltip-format": "{ifname} via {gwaddr} ", "format-linked": "{ifname} (No IP) ", @@ -172,17 +172,17 @@ "format": "{volume}% {icon} {format_source}", "format-bluetooth": "{volume}% {icon} {format_source}", "format-bluetooth-muted": " {icon} {format_source}", - "format-muted": " {format_source}", + "format-muted": "🔇 {format_source}", "format-source": "{volume}% ", "format-source-muted": "", "format-icons": { - "headphone": "", + "headphone": "🎧", "hands-free": "", - "headset": "", - "phone": "", + "headset": "🗣 ", + "phone": "📱", "portable": "", - "car": "", - "default": ["", "", ""] + "car": "🚗", + "default": ["🔈", "🔉", "🔊"] }, "on-click": "pavucontrol" }, |
