Add better design for i3 mode indicator
This commit is contained in:
parent
430b018e74
commit
5b444c8b23
1 changed files with 6 additions and 1 deletions
|
@ -89,7 +89,7 @@ font-1 = Iosevka:size=18
|
||||||
; module type
|
; module type
|
||||||
type = internal/i3
|
type = internal/i3
|
||||||
; default formatting
|
; default formatting
|
||||||
format = <label-state> <label-mode>
|
format = <label-mode><label-state>
|
||||||
; removes numbers for workspaces which have distinct names / icons
|
; removes numbers for workspaces which have distinct names / icons
|
||||||
strip-wsnumbers = true
|
strip-wsnumbers = true
|
||||||
|
|
||||||
|
@ -130,6 +130,11 @@ label-visible-padding = ${self.label-unfocused-padding}
|
||||||
label-urgent = %icon%
|
label-urgent = %icon%
|
||||||
label-urgent-background = ${colors.alert}
|
label-urgent-background = ${colors.alert}
|
||||||
label-urgent-padding = ${self.label-unfocused-padding}
|
label-urgent-padding = ${self.label-unfocused-padding}
|
||||||
|
; formatting of the mode display
|
||||||
|
label-mode = %mode%
|
||||||
|
label-mode-padding = ${self.label-unfocused-padding}
|
||||||
|
label-mode-foreground = ${colors.background}
|
||||||
|
label-mode-background = ${colors.primary}
|
||||||
|
|
||||||
[module/cpu]
|
[module/cpu]
|
||||||
; module type
|
; module type
|
||||||
|
|
Loading…
Reference in a new issue