use hyprland modules

This commit is contained in:
Benjamin Palko 2024-03-03 11:13:21 -05:00
parent 516641f28a
commit 0c3b4acd89

View file

@ -7,13 +7,13 @@
"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": [
"sway/workspaces", "hyprland/workspaces",
"sway/mode", "sway/mode",
"sway/scratchpad", "sway/scratchpad",
"custom/media" "custom/media"
], ],
"modules-center": [ "modules-center": [
"sway/window" "hyprland/window"
], ],
"modules-right": [ "modules-right": [
//"mpd", //"mpd",
@ -25,9 +25,7 @@
"temperature", "temperature",
"backlight", "backlight",
"keyboard-state", "keyboard-state",
"sway/language", "hyprland/language",
"battery",
"battery#bat2",
"clock", "clock",
"tray" "tray"
], ],