mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
chezmoi: reorganise repo
This commit is contained in:
parent
b391e03c87
commit
67a78879db
278 changed files with 102 additions and 182 deletions
29
home/dot_config/waybar/config.jsonc
Normal file
29
home/dot_config/waybar/config.jsonc
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
// -*- mode: jsonc -*-
|
||||
{
|
||||
// "layer": "top", // Waybar at top layer
|
||||
// "position": "bottom", // Waybar position (top|bottom|left|right)
|
||||
"include": [
|
||||
"~/.config/waybar/modules/hyprland-workspace.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-right": [
|
||||
"tray",
|
||||
// "idle_inhibitor",
|
||||
"pulseaudio",
|
||||
"network",
|
||||
// "power-profiles-daemon",
|
||||
"cpu",
|
||||
"memory",
|
||||
"temperature",
|
||||
"backlight",
|
||||
// "hyprland/language",
|
||||
"battery",
|
||||
"clock",
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue