mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
27 lines
527 B
Text
27 lines
527 B
Text
// vim: ft=jsonc
|
|
// NOTE: hyprland config
|
|
{
|
|
"position": "top",
|
|
"layer": "top",
|
|
"height": 14,
|
|
"margin-top": 0,
|
|
"margin-bottom": 0,
|
|
"margin-left": 0,
|
|
"margin-right": 0,
|
|
"include": [
|
|
"~/.config/waybar/modules/hypr.json",
|
|
"~/.config/waybar/modules/info.json"
|
|
],
|
|
|
|
"modules-left": ["hyprland/workspaces", "hyprland/window"],
|
|
"modules-center": ["clock", "cpu"],
|
|
"modules-right": [
|
|
"memory",
|
|
"tray",
|
|
"hyprland/language",
|
|
"backlight",
|
|
"battery",
|
|
"pulseaudio",
|
|
"network"
|
|
]
|
|
}
|