update: add meow-gentoo
This commit is contained in:
@@ -8,79 +8,81 @@
|
||||
// by Stephan Raabe (2023)
|
||||
// -----------------------------------------------------
|
||||
//
|
||||
[{
|
||||
// General Settings
|
||||
"layer": "top",
|
||||
"output": ["eDP-1", "DP-1", "DP-2"],
|
||||
"margin-top": 0,
|
||||
"margin-bottom": 0,
|
||||
"layer": "top",
|
||||
"margin-left": 0,
|
||||
"margin-right": 0,
|
||||
"spacing": 0,
|
||||
|
||||
// Load Modules
|
||||
"include": ["~/dotfiles/waybar/themes/meow-gentoo/modules.jsonc"],
|
||||
|
||||
// Modules Left
|
||||
"modules-left": [
|
||||
"custom/appmenuicon",
|
||||
"hyprland/workspaces",
|
||||
//"custom/appmenu",
|
||||
//"group/settings",
|
||||
"wlr/taskbar",
|
||||
//"group/quicklinks",
|
||||
"hyprland/window",
|
||||
"custom/empty"
|
||||
],
|
||||
|
||||
// Modules Center
|
||||
"modules-center": [
|
||||
"clock"
|
||||
],
|
||||
|
||||
// Modules Right
|
||||
"modules-right": [
|
||||
"group/hardware",
|
||||
"group/hardware2",
|
||||
"battery",
|
||||
"battery#charging",
|
||||
"tray",
|
||||
"group/power"
|
||||
]
|
||||
}, {
|
||||
// General Settings
|
||||
"layer": "top",
|
||||
"output": ["HDMI-A-1"],
|
||||
"margin-top": 0,
|
||||
"margin-bottom": 0,
|
||||
"layer": "top",
|
||||
"margin-left": 0,
|
||||
"margin-right": 0,
|
||||
"spacing": 0,
|
||||
"fixed-center": false,
|
||||
|
||||
// Load Modules
|
||||
"include": ["~/dotfiles/waybar/themes/meow-gentoo/modules.jsonc"],
|
||||
|
||||
// Modules Left
|
||||
"modules-left": [
|
||||
"custom/appmenuicon",
|
||||
"hyprland/workspaces",
|
||||
"wlr/taskbar",
|
||||
"hyprland/window",
|
||||
"custom/empty"
|
||||
],
|
||||
|
||||
// Modules Center
|
||||
// "modules-center": [
|
||||
// "clock"
|
||||
// ],
|
||||
|
||||
// Modules Right
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"custom/events"
|
||||
]
|
||||
}]
|
||||
|
||||
[
|
||||
{
|
||||
// General Settings
|
||||
"layer": "top",
|
||||
"output": [
|
||||
"DP-1",
|
||||
"HDMI-A-2"
|
||||
],
|
||||
"margin-top": 0,
|
||||
"margin-bottom": 0,
|
||||
"margin-left": 0,
|
||||
"margin-right": 0,
|
||||
"spacing": 0,
|
||||
// Load Modules
|
||||
"include": [
|
||||
"~/dotfiles/waybar/themes/meow-gentoo/modules.jsonc"
|
||||
],
|
||||
// Modules Left
|
||||
"modules-left": [
|
||||
"custom/appmenuicon",
|
||||
"hyprland/workspaces",
|
||||
//"custom/appmenu",
|
||||
//"group/settings",
|
||||
"wlr/taskbar",
|
||||
//"group/quicklinks",
|
||||
"hyprland/window",
|
||||
"custom/empty"
|
||||
],
|
||||
// Modules Center
|
||||
"modules-center": [
|
||||
"clock"
|
||||
],
|
||||
// Modules Right
|
||||
"modules-right": [
|
||||
"group/hardware",
|
||||
"group/hardware2",
|
||||
"battery",
|
||||
"battery#charging",
|
||||
"tray",
|
||||
"group/power"
|
||||
]
|
||||
},
|
||||
{
|
||||
// General Settings
|
||||
"layer": "top",
|
||||
"output": [
|
||||
"HDMI-A-1",
|
||||
"DP-2"
|
||||
],
|
||||
"margin-top": 0,
|
||||
"margin-bottom": 0,
|
||||
"margin-left": 0,
|
||||
"margin-right": 0,
|
||||
"spacing": 0,
|
||||
"fixed-center": false,
|
||||
// Load Modules
|
||||
"include": [
|
||||
"~/dotfiles/waybar/themes/meow-gentoo/modules.jsonc"
|
||||
],
|
||||
// Modules Left
|
||||
"modules-left": [
|
||||
"custom/appmenuicon",
|
||||
"hyprland/workspaces",
|
||||
"wlr/taskbar",
|
||||
"hyprland/window",
|
||||
"custom/empty"
|
||||
],
|
||||
// Modules Center
|
||||
// "modules-center": [
|
||||
// "clock"
|
||||
// ],
|
||||
// Modules Right
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"custom/events"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user