remove unused plugins from waybar
This commit is contained in:
parent
70227e249f
commit
9632aa7865
@ -5,10 +5,10 @@
|
|||||||
"spacing": 4, // Gaps between modules (4px)
|
"spacing": 4, // Gaps between modules (4px)
|
||||||
// Choose the order of the modules
|
// Choose the order of the modules
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"custom/appmenuicon",
|
//"custom/appmenuicon",
|
||||||
"wlr/taskbar",
|
"wlr/taskbar"
|
||||||
"custom/pomodoro",
|
//"custom/pomodoro",
|
||||||
"custom/sunset"
|
//"custom/sunset"
|
||||||
],
|
],
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
"hyprland/workspaces",
|
"hyprland/workspaces",
|
||||||
@ -22,5 +22,7 @@
|
|||||||
"clock",
|
"clock",
|
||||||
"battery"
|
"battery"
|
||||||
],
|
],
|
||||||
"include": ["~/.config/waybar/modules.json"],
|
"include": [
|
||||||
|
"~/.config/waybar/modules.json"
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
.config/Code/DawnWebGPUCache/
|
.config/Code/DawnWebGPUCache/
|
||||||
.config/jirust/config.toml
|
.config/jirust/config.toml
|
||||||
.env
|
.env
|
||||||
|
.config/lazygit/state.yml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user