diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-10-20 14:29:36 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-10-20 14:29:36 +0530 |
| commit | 1c6449d484e346c3f87fe3e3a765e0039bcbf71a (patch) | |
| tree | b57624ab959f165f0790ceb8c9d48942f612a7ee /.config/waybar/config.jsonc | |
| parent | 7e36aa98e8c679ccea72af31b467a157dbcec28e (diff) | |
waybar: minimize css, remove unneeded stuff
Diffstat (limited to '.config/waybar/config.jsonc')
| -rw-r--r-- | .config/waybar/config.jsonc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index e2e710b..2c60193 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -4,11 +4,8 @@ "height": 0, // Waybar height (to be removed for auto height) "width": 0, // Waybar width (0 == auto) "spacing": 0, // Gaps between modules - // "output": ["HDMI-A-1", "DP-2", "eDP-1"], - // Choose the order of the modules "modules-left": [ "hyprland/workspaces" - // "hyprland/window", ], "modules-center" : [ "hyprland/window" @@ -98,13 +95,6 @@ "interval": 1, "on-click": "$TERMINAL -e htop", }, - "network": { - "interval": 5, - "format-wifi": " {essid} ({signalStrength}%)", // Icon: wifi - "format-ethernet": " {ifname}: {ipaddr}/{cidr}", // Icon: ethernet - "format-disconnected": "⚠ Disconnected", - "tooltip-format": "{ifname}: {ipaddr}" - }, "battery": { "states": { "good": 90, @@ -126,7 +116,6 @@ ] }, "backlight": { - // "device": "intel_backlight", "format": "{icon} {percent}%", "format-icons": ["", "", ""], "on-scroll-up": "brightnessctl set 1%+", |
