aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/config.jsonc
diff options
context:
space:
mode:
Diffstat (limited to '.config/waybar/config.jsonc')
-rw-r--r--.config/waybar/config.jsonc11
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%+",