From fcaf0ef835ed6b7b32c528eb75d1d7852ce8ded6 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Thu, 20 Mar 2025 15:52:08 -0400 Subject: [PATCH] update: add meow-gentoo --- .../waybar/themes/meow-gentoo/config.jsonc | 154 +++++++++--------- .../waybar/themes/meow-gentoo/modules.jsonc | 6 +- 2 files changed, 82 insertions(+), 78 deletions(-) diff --git a/dotfiles/waybar/themes/meow-gentoo/config.jsonc b/dotfiles/waybar/themes/meow-gentoo/config.jsonc index 38cc343..e10f8d8 100644 --- a/dotfiles/waybar/themes/meow-gentoo/config.jsonc +++ b/dotfiles/waybar/themes/meow-gentoo/config.jsonc @@ -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" + ] + } +] diff --git a/dotfiles/waybar/themes/meow-gentoo/modules.jsonc b/dotfiles/waybar/themes/meow-gentoo/modules.jsonc index 08bb4f0..95fb7c7 100644 --- a/dotfiles/waybar/themes/meow-gentoo/modules.jsonc +++ b/dotfiles/waybar/themes/meow-gentoo/modules.jsonc @@ -37,7 +37,8 @@ "Alacritty", "kitty-dropterm", "kitty", - "alacritty-dropterm" + "alacritty-dropterm", + "chrome-chatgpt.com__-Default" ], "app_ids-mapping": { "firefoxdeveloperedition": "firefox-developer-edition" @@ -57,7 +58,8 @@ "(.*) Microsoft Teams": "$1", "(.*) - Google Chrome": "$1", "(.*) - Visual Studio Code": "$1", - "(.*) _哔哩哔哩*": "$1" + "(.*) _哔哩哔哩*": "$1", + "imv - (.*)": "$1" }, "separate-outputs": true },