mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
feat(linux): Set up Hyprland
This commit is contained in:
parent
346a975e80
commit
49693c7657
20 changed files with 533 additions and 35 deletions
37
platforms/linux/waybar/config
Normal file
37
platforms/linux/waybar/config
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"include": "~/.config/waybar/modules",
|
||||
"name": "main-bar",
|
||||
"id": "main-bar",
|
||||
"layer": "top",
|
||||
"mode": "dock",
|
||||
"exclusive": true,
|
||||
"passthrough": false,
|
||||
"position": "top",
|
||||
"output": "DP-2",
|
||||
"height": 32,
|
||||
"width": "",
|
||||
"spacing": 6,
|
||||
"margin": 0,
|
||||
"margin-top": 0,
|
||||
"margin-bottom": 0,
|
||||
"margin-left": 0,
|
||||
"margin-right": 0,
|
||||
"fixed-center": true,
|
||||
"ipc": true,
|
||||
"modules-left": [
|
||||
"custom/menu",
|
||||
"hyprland/workspaces"
|
||||
],
|
||||
// "modules-center": [
|
||||
// "hyprland/window",
|
||||
// "mpd"
|
||||
// ],
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"pulseaudio",
|
||||
"custom/weather",
|
||||
"battery",
|
||||
"clock",
|
||||
"custom/power"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue