Update Tags & Window Rules

- Combine spotify and podcast tags into single audio tag
- Create new media/video tag
- Add window rules / update tag for bunch of applications
This commit is contained in:
Sravan Balaji
2024-04-12 16:59:22 -04:00
parent b2ffb9f2c1
commit 3a886c7dc2
3 changed files with 44 additions and 20 deletions

View File

@ -638,7 +638,7 @@ format = <label>
; %date%
; %time%
; Default: %date%
label = " %date%"
label = " %date%"
; label-font = 3
label-foreground = ${colors.date-foreground}
label-background = ${colors.date-background}
@ -804,7 +804,7 @@ format = %{A1:kitty btop:}<label>%{A}
; %percentage-sum% - Cumulative load on all cores
; %percentage-cores% - load percentage for each core
; %percentage-core[1-9]% - load percentage for specific core
label = %percentage%%
label = %percentage%%
label-padding = ${sizes.module-padding}
label-foreground = ${colors.cpu-foreground}
label-background = ${colors.cpu-background}
@ -876,7 +876,7 @@ format = %{A1:kitty btop:}<label>%{A}
; %gb_swap_free%
; %gb_swap_used%
label = 󰍛 %percentage_used%%
label = %percentage_used%%
label-padding = ${sizes.module-padding}
label-foreground = ${colors.memory-foreground}
label-background = ${colors.memory-background}