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