From 9632aa786586511be3cc22358fb29e014c5ef33d Mon Sep 17 00:00:00 2001 From: goodhumored Date: Sat, 28 Dec 2024 13:57:35 +0300 Subject: [PATCH] remove unused plugins from waybar --- .config/waybar/config.jsonc | 12 +++++++----- .gitignore | 1 + 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 8fc958b..24be822 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -5,10 +5,10 @@ "spacing": 4, // Gaps between modules (4px) // Choose the order of the modules "modules-left": [ - "custom/appmenuicon", - "wlr/taskbar", - "custom/pomodoro", - "custom/sunset" + //"custom/appmenuicon", + "wlr/taskbar" + //"custom/pomodoro", + //"custom/sunset" ], "modules-center": [ "hyprland/workspaces", @@ -22,5 +22,7 @@ "clock", "battery" ], - "include": ["~/.config/waybar/modules.json"], + "include": [ + "~/.config/waybar/modules.json" + ], } diff --git a/.gitignore b/.gitignore index 6824186..17f2906 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ .config/Code/DawnWebGPUCache/ .config/jirust/config.toml .env +.config/lazygit/state.yml