mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +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
|
|
@ -15,10 +15,10 @@ exec --no-startup-id compton -cb -o 1 --vsync --backend xr_glx_hybrid --vsync-us
|
||||||
|
|
||||||
# class border backgr. text indicator child_border
|
# class border backgr. text indicator child_border
|
||||||
client.focused #383838 #383838 #cdcdcd #bdbdbd #bdbdbd
|
client.focused #383838 #383838 #cdcdcd #bdbdbd #bdbdbd
|
||||||
client.focused_inactive #222222 #222222 #cdcdcd #222222 #000000
|
client.focused_inactive #222222 #222222 #7d7d7d #222222 #000000
|
||||||
client.unfocused #222222 #222222 #cdcdcd #222222 #000000
|
client.unfocused #222222 #222222 #7d7d7d #222222 #000000
|
||||||
client.urgent #222222 #222222 #cdcdcd #222222 #000000
|
client.urgent #222222 #222222 #7d7d7d #222222 #000000
|
||||||
client.placeholder #222222 #222222 #cdcdcd #222222 #000000
|
client.placeholder #222222 #222222 #7d7d7d #222222 #000000
|
||||||
client.background #ffffff
|
client.background #ffffff
|
||||||
|
|
||||||
font pango:NotoSans 11
|
font pango:NotoSans 11
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
[colors]
|
[colors]
|
||||||
background = #222222
|
background = #222222
|
||||||
background-alt = #383838
|
background-alt = #444444
|
||||||
foreground = #cdcdcd
|
foreground = #cdcdcd
|
||||||
foreground-alt = #999
|
foreground-alt = #7d7d7d
|
||||||
|
|
||||||
[bar/top]
|
[bar/top]
|
||||||
;monitor = ${env:MONITOR:HDMI-1}
|
;monitor = ${env:MONITOR:HDMI-1}
|
||||||
|
|
@ -79,7 +79,7 @@
|
||||||
;title
|
;title
|
||||||
[module/xwindow]
|
[module/xwindow]
|
||||||
type = internal/xwindow
|
type = internal/xwindow
|
||||||
label = %title:0:140:...%
|
label = %title:0:100:...%
|
||||||
|
|
||||||
;lang
|
;lang
|
||||||
[module/xkeyboard]
|
[module/xkeyboard]
|
||||||
|
|
@ -154,7 +154,7 @@
|
||||||
|
|
||||||
format-volume = <label-volume> <bar-volume>
|
format-volume = <label-volume> <bar-volume>
|
||||||
label-volume =
|
label-volume =
|
||||||
label-volume-foreground = ${root.foreground}
|
label-volume-foreground = ${colors.foreground}
|
||||||
|
|
||||||
format-muted-foreground = ${colors.background-alt}
|
format-muted-foreground = ${colors.background-alt}
|
||||||
label-muted = ═══════════════════
|
label-muted = ═══════════════════
|
||||||
|
|
@ -166,7 +166,7 @@
|
||||||
bar-volume-foreground-3 = #888
|
bar-volume-foreground-3 = #888
|
||||||
bar-volume-foreground-4 = #999
|
bar-volume-foreground-4 = #999
|
||||||
bar-volume-foreground-5 = #aaa
|
bar-volume-foreground-5 = #aaa
|
||||||
bar-volume-foreground-6 = #fff
|
bar-volume-foreground-6 = ${colors.foreground}
|
||||||
bar-volume-gradient = false
|
bar-volume-gradient = false
|
||||||
bar-volume-indicator =
|
bar-volume-indicator =
|
||||||
bar-volume-indicator-font = 0
|
bar-volume-indicator-font = 0
|
||||||
|
|
@ -199,5 +199,5 @@
|
||||||
;time date
|
;time date
|
||||||
[module/date]
|
[module/date]
|
||||||
type = internal/date
|
type = internal/date
|
||||||
date = %%{F#99}%Y-%m-%d%%{F-} %%{F#fff}%H:%M%%{F-}
|
date = %%{F#7d7d7d}%Y-%m-%d%%{F-} %%{F#cdcdcd}%H:%M%%{F-}
|
||||||
date-alt = %%{F#99}%A, %d %B %Y %%{F#fff}%H:%M:%S%%{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