update: add meow-gentoo

This commit is contained in:
wyj
2025-03-20 15:52:08 -04:00
parent 0d53d946ef
commit fcaf0ef835
2 changed files with 82 additions and 78 deletions
+20 -18
View File
@@ -8,20 +8,23 @@
// by Stephan Raabe (2023) // by Stephan Raabe (2023)
// ----------------------------------------------------- // -----------------------------------------------------
// //
[{ [
{
// General Settings // General Settings
"layer": "top", "layer": "top",
"output": ["eDP-1", "DP-1", "DP-2"], "output": [
"DP-1",
"HDMI-A-2"
],
"margin-top": 0, "margin-top": 0,
"margin-bottom": 0, "margin-bottom": 0,
"layer": "top",
"margin-left": 0, "margin-left": 0,
"margin-right": 0, "margin-right": 0,
"spacing": 0, "spacing": 0,
// Load Modules // Load Modules
"include": ["~/dotfiles/waybar/themes/meow-gentoo/modules.jsonc"], "include": [
"~/dotfiles/waybar/themes/meow-gentoo/modules.jsonc"
],
// Modules Left // Modules Left
"modules-left": [ "modules-left": [
"custom/appmenuicon", "custom/appmenuicon",
@@ -33,12 +36,10 @@
"hyprland/window", "hyprland/window",
"custom/empty" "custom/empty"
], ],
// Modules Center // Modules Center
"modules-center": [ "modules-center": [
"clock" "clock"
], ],
// Modules Right // Modules Right
"modules-right": [ "modules-right": [
"group/hardware", "group/hardware",
@@ -48,21 +49,24 @@
"tray", "tray",
"group/power" "group/power"
] ]
}, { },
{
// General Settings // General Settings
"layer": "top", "layer": "top",
"output": ["HDMI-A-1"], "output": [
"HDMI-A-1",
"DP-2"
],
"margin-top": 0, "margin-top": 0,
"margin-bottom": 0, "margin-bottom": 0,
"layer": "top",
"margin-left": 0, "margin-left": 0,
"margin-right": 0, "margin-right": 0,
"spacing": 0, "spacing": 0,
"fixed-center": false, "fixed-center": false,
// Load Modules // Load Modules
"include": ["~/dotfiles/waybar/themes/meow-gentoo/modules.jsonc"], "include": [
"~/dotfiles/waybar/themes/meow-gentoo/modules.jsonc"
],
// Modules Left // Modules Left
"modules-left": [ "modules-left": [
"custom/appmenuicon", "custom/appmenuicon",
@@ -71,16 +75,14 @@
"hyprland/window", "hyprland/window",
"custom/empty" "custom/empty"
], ],
// Modules Center // Modules Center
// "modules-center": [ // "modules-center": [
// "clock" // "clock"
// ], // ],
// Modules Right // Modules Right
"modules-right": [ "modules-right": [
"tray", "tray",
"custom/events" "custom/events"
] ]
}] }
]
@@ -37,7 +37,8 @@
"Alacritty", "Alacritty",
"kitty-dropterm", "kitty-dropterm",
"kitty", "kitty",
"alacritty-dropterm" "alacritty-dropterm",
"chrome-chatgpt.com__-Default"
], ],
"app_ids-mapping": { "app_ids-mapping": {
"firefoxdeveloperedition": "firefox-developer-edition" "firefoxdeveloperedition": "firefox-developer-edition"
@@ -57,7 +58,8 @@
"(.*) Microsoft Teams": "$1", "(.*) Microsoft Teams": "$1",
"(.*) - Google Chrome": "$1", "(.*) - Google Chrome": "$1",
"(.*) - Visual Studio Code": "$1", "(.*) - Visual Studio Code": "$1",
"(.*) _哔哩哔哩*": "$1" "(.*) _哔哩哔哩*": "$1",
"imv - (.*)": "$1"
}, },
"separate-outputs": true "separate-outputs": true
}, },