feat(colors): Default to catppuccin latte/mocha and some switcher

This commit is contained in:
js0ny 2025-04-15 09:41:09 +01:00
parent 2273b15416
commit 94461cdebb
32 changed files with 2487 additions and 1348 deletions

View file

@ -4,20 +4,14 @@
// "position": "bottom", // Waybar position (top|bottom|left|right)
"include": [
"~/.config/waybar/modules/hyprland-workspace.jsonc",
"~/.config/waybar/modules/misc.jsonc"
"~/.config/waybar/modules/misc.jsonc",
],
"height": 30, // Waybar height (to be removed for auto height)
// "width": 1280, // Waybar width
"spacing": 4, // Gaps between modules (4px)
// Choose the order of the modules
"modules-left": [
"hyprland/workspaces",
"sway/mode",
"sway/scratchpad"
],
// "modules-center": [
// "hyprland/window"
// ],
"modules-left": ["hyprland/workspaces", "sway/mode", "sway/scratchpad"],
"modules-center": ["hyprland/window"],
"modules-right": [
"tray",
// "idle_inhibitor",
@ -30,6 +24,6 @@
"backlight",
// "hyprland/language",
"battery",
"clock"
"clock",
],
}