feat: hyprland config

This commit is contained in:
2026-02-08 14:52:21 +01:00
parent 068474490b
commit 139e3bf617
655 changed files with 171416 additions and 48 deletions

View File

@@ -17,21 +17,17 @@
"include": [
// modules-left
"~/.config/waybar/modules/custom/user.jsonc",
"~/.config/waybar/modules/sway/workspaces.jsonc",
"~/.config/waybar/modules/sway/window.jsonc",
// "~/.config/waybar/modules/custom/user.jsonc",
"~/.config/waybar/modules/hyprland/workspaces.jsonc",
"~/.config/waybar/modules/hyprland/window.jsonc",
// modules-center
"~/.config/waybar/modules/sway/windowcount.jsonc",
// "~/.config/waybar/modules/temperature.jsonc",
"~/.config/waybar/modules/memory.jsonc",
"~/.config/waybar/modules/cpu.jsonc",
"~/.config/waybar/modules/custom/distro.jsonc",
"~/.config/waybar/modules/idle_inhibitor.jsonc",
"~/.config/waybar/modules/clock.jsonc",
"~/.config/waybar/modules/network.jsonc",
"~/.config/waybar/modules/bluetooth.jsonc",
"~/.config/waybar/modules/custom/system_update.jsonc",
// modules-right
"~/.config/waybar/modules/mpris.jsonc",
@@ -41,11 +37,6 @@
"~/.config/waybar/modules/custom/power_menu.jsonc",
"~/.config/waybar/modules/custom/dividers.jsonc"
// modules that are not included by default:
// "~/.config/waybar/modules/extras/taskbar.jsonc",
// "~/.config/waybar/modules/extras/tray.jsonc",
// "~/.config/waybar/modules/extras/wireplumber.jsonc"
],
/*------------
@@ -53,14 +44,14 @@
------------*/
"modules-left": [
"group/user",
// "group/user",
"custom/left_div#1",
"sway/workspaces",
"hyprland/workspaces",
"custom/right_div#1",
"sway/window"
"hyprland/window"
],
"modules-center": [
"sway/windowcount",
// "hyprland/windowcount",
"custom/left_div#2",
// "temperature",
"custom/left_div#3",
@@ -72,7 +63,7 @@
"custom/distro",
"custom/right_div#2",
"custom/right_inv#1",
"idle_inhibitor",
// "idle_inhibitor",
"clock#time",
"custom/right_div#3",
"clock#date",
@@ -85,7 +76,7 @@
"modules-right": [
"mpris",
"tray",
"sway/language",
"hyprland/language",
"custom/left_div#6",
"group/pulseaudio",
"custom/left_div#7",
@@ -100,31 +91,11 @@
options
-------------*/
// "expand-center":
// "expand-left":
// "expand-right":
"layer": "top",
// "output":
// "position":
"height": 0,
"width": 0,
"margin": 0,
// "margin-top":
// "margin-left":
// "margin-bottom":
// "margin-right":
// "no-center":
"spacing": 0,
// "name":
"mode": "dock",
// "start_hidden":
// "modifier-reset":
// "exclusive":
// "fixed-center":
// "passthrough":
// "ipc":
// "id":
"reload_style_on_change": true
// "on-sigusr1":
// "on-sigusr2":
}