- adjusting QQ display as recent updates.
- remove artist section on waybar player control.
This commit is contained in:
2025-10-15 01:47:27 +08:00
parent 73d2c3813f
commit 974c8c9a4b
2 changed files with 9 additions and 4 deletions

View File

@@ -200,19 +200,23 @@ window-rule {
window-rule { window-rule {
match app-id="QQ" match app-id="QQ"
default-column-width { proportion 0.6; }
open-on-output "eDP-1" open-on-output "eDP-1"
block-out-from "screencast" block-out-from "screencast"
} }
window-rule { window-rule {
match title="^(图片查看器|.*记录)$" app-id="QQ" match title="^(图片查看器|.*记录)$" app-id="QQ"
match app-id="pavucontrol-qt"
default-column-width { proportion 0.75; }
default-window-height { proportion 0.75; }
open-floating true
}
window-rule {
match app-id=r#"^org\.keepassxc\.KeePassXC$"# match app-id=r#"^org\.keepassxc\.KeePassXC$"#
match app-id=r#"^org\.gnome\.World\.Secrets$"# match app-id=r#"^org\.gnome\.World\.Secrets$"#
match app-id=r#"^org\.kde\.ksecretd$"# match app-id=r#"^org\.kde\.ksecretd$"#
match app-id="pavucontrol-qt"
open-floating true open-floating true
} }

View File

@@ -28,7 +28,8 @@
} }
}, },
"mpris": { "mpris": {
"format": "{status_icon} {artist} - {title}", // video plays is often with no {artist}.
"format": "{status_icon} {title}",
"format-stopped": "", "format-stopped": "",
"status-icons": { "status-icons": {
"paused": "", "paused": "",