update
- adjusting QQ display as recent updates. - remove artist section on waybar player control.
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user