diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index ab00afba..094cd41c 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -16,8 +16,8 @@ "modules-right": [ "network", "bluetooth", - "battery", "custom/notifs", + "battery", "clock" ] } diff --git a/laptop-files/.config/waybar/config.jsonc b/laptop-files/.config/waybar/config.jsonc deleted file mode 100644 index 594c6f72..00000000 --- a/laptop-files/.config/waybar/config.jsonc +++ /dev/null @@ -1,26 +0,0 @@ -{ - "include": [ - "~/.config/waybar/modules.jsonc" - ], - "height": 20, - "margin": "3 6", - "reload_style_on_change": true, - "position": "top", - "modules-left": [ - "custom/logo", - "hyprland/workspaces" - ], - "modules-center": [ - "mpris" - ], - "modules-right": [ - "network", - "bluetooth", - "custom/notifs", - "battery", - "memory", - "cpu", - "custom/swaync", - "clock" - ] -}