Compare commits

...

3 Commits

Author SHA1 Message Date
coolneng 712f6865da
Increase subtitle size in MPV 2022-04-25 06:41:32 +02:00
coolneng e8b9d88fd7
Limit length of the current track in Waybar 2022-04-25 06:40:54 +02:00
coolneng 5a92d299f7
Replace Emacs PGTK with Emacs 28 2022-04-25 06:40:14 +02:00
3 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
## Subtitle settings ## Subtitle settings
sub-font-size=26 sub-font-size=30
embeddedfonts=no embeddedfonts=no
sub-font='Roboto Condensed' sub-font='Roboto Condensed'
## HW Decoding ## HW Decoding

View File

@ -330,7 +330,7 @@ exec kitty --class tmux -- tmuxp load ~/.tmuxp/local.yaml
assign [app_id="firefox"] $workspace2 assign [app_id="firefox"] $workspace2
exec firefox exec firefox
# emacs # emacs
assign [app_id=".*[Ee]macs.*"] $workspace3 assign [class=".*[Ee]macs.*"] $workspace3
exec emacs exec emacs
# teams # teams
assign [class="Microsoft Teams - Preview"] $workspace6 assign [class="Microsoft Teams - Preview"] $workspace6

View File

@ -34,7 +34,8 @@
"playing": "" "playing": ""
}, },
"tooltip-format": "MPD (connected)", "tooltip-format": "MPD (connected)",
"tooltip-format-disconnected": "MPD (disconnected)" "tooltip-format-disconnected": "MPD (disconnected)",
"title-len": 50
}, },
"clock": { "clock": {
"format": "{:%a %d %b %H:%M}", "format": "{:%a %d %b %H:%M}",