Initial commit
This commit is contained in:
38
waybar/config
Executable file
38
waybar/config
Executable file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
// "layer": "top", // Waybar at top layer
|
||||
|
||||
// "position": "bottom", // Waybar position (top|bottom|left|right)
|
||||
|
||||
"height": 30, // Waybar height (to be removed for auto height)
|
||||
// "width": 1280, // Waybar width
|
||||
|
||||
"spacing": 0, // Gaps between modules (4px)
|
||||
// Choose the order of the modules
|
||||
|
||||
// Load Modules
|
||||
"include": [
|
||||
"~/.config/ml4w/settings/waybar-quicklinks.json",
|
||||
"~/.config/waybar/modules.json"
|
||||
],
|
||||
"modules-left": [
|
||||
// "custom/appmenu",
|
||||
// "group/quicklinks",
|
||||
"hyprland/window"
|
||||
],
|
||||
"modules-center": [
|
||||
"hyprland/workspaces"
|
||||
],
|
||||
"modules-right": [
|
||||
// "mpd",
|
||||
"pulseaudio",
|
||||
// "network",
|
||||
// "cpu",
|
||||
// "memory",
|
||||
// "keyboard-state",
|
||||
"battery",
|
||||
// "tray",
|
||||
"hyprland/language",
|
||||
"clock"
|
||||
// "custom/exit"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user