mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
i3 + polybar: nvim colors tuning
This commit is contained in:
parent
9935efa79b
commit
0387bcc66b
2 changed files with 11 additions and 11 deletions
|
|
@ -1,8 +1,8 @@
|
|||
[colors]
|
||||
background = #222222
|
||||
background-alt = #383838
|
||||
background-alt = #444444
|
||||
foreground = #cdcdcd
|
||||
foreground-alt = #999
|
||||
foreground-alt = #7d7d7d
|
||||
|
||||
[bar/top]
|
||||
;monitor = ${env:MONITOR:HDMI-1}
|
||||
|
|
@ -79,7 +79,7 @@
|
|||
;title
|
||||
[module/xwindow]
|
||||
type = internal/xwindow
|
||||
label = %title:0:140:...%
|
||||
label = %title:0:100:...%
|
||||
|
||||
;lang
|
||||
[module/xkeyboard]
|
||||
|
|
@ -154,7 +154,7 @@
|
|||
|
||||
format-volume = <label-volume> <bar-volume>
|
||||
label-volume =
|
||||
label-volume-foreground = ${root.foreground}
|
||||
label-volume-foreground = ${colors.foreground}
|
||||
|
||||
format-muted-foreground = ${colors.background-alt}
|
||||
label-muted = ═══════════════════
|
||||
|
|
@ -166,7 +166,7 @@
|
|||
bar-volume-foreground-3 = #888
|
||||
bar-volume-foreground-4 = #999
|
||||
bar-volume-foreground-5 = #aaa
|
||||
bar-volume-foreground-6 = #fff
|
||||
bar-volume-foreground-6 = ${colors.foreground}
|
||||
bar-volume-gradient = false
|
||||
bar-volume-indicator =
|
||||
bar-volume-indicator-font = 0
|
||||
|
|
@ -199,5 +199,5 @@
|
|||
;time date
|
||||
[module/date]
|
||||
type = internal/date
|
||||
date = %%{F#99}%Y-%m-%d%%{F-} %%{F#fff}%H:%M%%{F-}
|
||||
date-alt = %%{F#99}%A, %d %B %Y %%{F#fff}%H:%M:%S%%{F-}
|
||||
date = %%{F#7d7d7d}%Y-%m-%d%%{F-} %%{F#cdcdcd}%H:%M%%{F-}
|
||||
date-alt = %%{F#7d7d7d}%A, %d %B %Y %%{F#cdcdcd}%H:%M:%S%%{F-}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue