Browse Source

minor changes

master
Marc 4 years ago
parent
commit
f20555aa38
1 changed files with 5 additions and 4 deletions
  1. 9
      .config/polybar/config.ini

9
.config/polybar/config.ini

@ -45,7 +45,7 @@ include-file = ~/.config/polybar/user_modules.ini
monitor = DP-0
; Use the specified monitor as a fallback if the main one is not found.
monitor-fallback =
monitor-fallback = eDP
; Require the monitor to be in connected state
; XRandR sometimes reports my monitor as being disconnected (when in use)
@ -136,9 +136,10 @@ module-margin-right = 2
;;font-0 = "Misc Termsyn:size=12;1"
;;font-1 = "Wuncon Siji:size=12;1"
font-0 = "Ubuntu Condensed:size=10;2"
font-1 = "Hack Nerd Font Mono:size=13;2"
;font-0 = "Ubuntu Condensed:size=10;2"
font-0 = "Hack Nerd Font Mono:size=13;2"
;font-1 = "icomoon\-feather:size=10;2"
font-1 = "Icomoon\-Ultimate:size=10;2"
font-2 = "xos4 Terminus:size=12;1"
; Modules are added to one of the available blocks
@ -165,7 +166,7 @@ font-2 = "xos4 Terminus:size=12;1"
modules-left = launcher bspwm
;modules-center = mpd
;modules-right = updates colors-switch alsa battery backlight checknetwork date sysmenu
modules-right = alsa date sysmenu
modules-right = alsa battery backlight date sysmenu
; The separator will be inserted between the output of each module
separator =

Loading…
Cancel
Save