updates to polybar & vim
This commit is contained in:
17
.config/polybar/config
Normal file → Executable file
17
.config/polybar/config
Normal file → Executable file
@@ -55,7 +55,7 @@ border-color = ${colors.background-alt}
|
||||
spacing = 1
|
||||
padding = 1
|
||||
|
||||
module-margin-left = 1
|
||||
module-margin-left = 2
|
||||
module-margin-right = 0
|
||||
|
||||
font-0 = "xos4 Terminess Powerline:pixelsize=16"
|
||||
@@ -77,7 +77,7 @@ cursor-click = pointer
|
||||
cursor-scroll = ns-resize
|
||||
|
||||
[bar/bottom]
|
||||
monitor = DP-1
|
||||
monitor = ${env:MONITOR}
|
||||
bottom = true
|
||||
width = 100%
|
||||
height = 30
|
||||
@@ -150,10 +150,9 @@ blacklist-1 = scroll lock
|
||||
blacklist-2 = caps lock
|
||||
|
||||
format-prefix = " "
|
||||
format-prefix-underline = ${colors.red}
|
||||
format-prefix-foreground = ${colors.yellow}
|
||||
|
||||
label-layout = %layout%
|
||||
label-layout-underline = ${colors.red}
|
||||
|
||||
[module/filesystem]
|
||||
type = internal/fs
|
||||
@@ -164,6 +163,8 @@ format-unmounted = <label-unmounted>
|
||||
|
||||
mount-0 = /
|
||||
mount-1 = /media
|
||||
mount-2 = /home
|
||||
spacing = 1
|
||||
|
||||
label-mounted = ${env:LABEL_MOUNTED}
|
||||
label-unmounted =
|
||||
@@ -262,8 +263,8 @@ battery = BAT0
|
||||
adapter = ADP1
|
||||
time-format = %H:%M
|
||||
|
||||
format-charging = <animation-charging> <label-charging>
|
||||
format-discharging = <ramp-capacity> <label-discharging>
|
||||
format-charging = <animation-charging><label-charging>
|
||||
format-discharging = <ramp-capacity><label-discharging>
|
||||
format-full-foreground = ${colors.green}
|
||||
format-charging-foreground = ${colors.yellow}
|
||||
format-discharging-foreground = ${colors.cyan}
|
||||
@@ -296,8 +297,8 @@ date-alt = " %d/%m/%Y"
|
||||
time = %H:%M
|
||||
time-alt = %H:%M:%S
|
||||
|
||||
format-prefix-foreground = ${colors.foreground}
|
||||
format-prefix=
|
||||
format-prefix-foreground = ${colors.pink}
|
||||
format-prefix= " "
|
||||
format-underline = ${colors.blue}
|
||||
|
||||
label = %time%%date%
|
||||
|
||||
Reference in New Issue
Block a user