Add multi-monitor support to all themes and made small tweaks to sizing and fonts
This commit is contained in:
@@ -37,7 +37,7 @@ include-file = ~/.config/polybar/material/user_modules.ini
|
||||
; If unspecified, the application will pick the first one it finds.
|
||||
; $ polybar -m | cut -d ':' -f 1
|
||||
; $ xrandr -q | grep " connected" | cut -d ' ' -f1
|
||||
monitor =
|
||||
monitor = ${env:MONITOR:}
|
||||
|
||||
; Use the specified monitor as a fallback if the main one is not found.
|
||||
monitor-fallback =
|
||||
@@ -60,8 +60,8 @@ fixed-center = true
|
||||
; Dimension defined as pixel value (e.g. 35) or percentage (e.g. 50%),
|
||||
; the percentage can optionally be extended with a pixel offset like so:
|
||||
; 50%:-10, this will result in a width or height of 50% minus 10 pixels
|
||||
width = 90%
|
||||
height = 40
|
||||
width = 100%
|
||||
height = 22
|
||||
|
||||
; Offset defined as pixel value (e.g. 35) or percentage (e.g. 50%)
|
||||
; the percentage can optionally be extended with a pixel offset like so:
|
||||
@@ -106,7 +106,7 @@ line-color = ${color.primary}
|
||||
; the border is placed withing this area. So you effectively only have the
|
||||
; following horizontal space on the bar:
|
||||
; width - border-right-size - border-left-size
|
||||
border-size = 3
|
||||
border-size = 0
|
||||
border-color = ${color.background}
|
||||
|
||||
; Number of spaces to add at the beginning/end of the bar
|
||||
@@ -130,17 +130,19 @@ module-margin-right = 1
|
||||
; font-3 = FontAwesome:size=10
|
||||
; See the Fonts wiki page for more details
|
||||
|
||||
font-0 = "Fantasque Sans Mono:pixelsize=12;3"
|
||||
font-1 = "Material\-Design\-Iconic\-Font:size=13;4"
|
||||
font-0 = "Fantasque Sans Mono:pixelsize=10;3"
|
||||
font-1 = "Material\-Design\-Iconic\-Font:size=12;4"
|
||||
|
||||
; Modules are added to one of the available blocks
|
||||
; modules-left = cpu ram
|
||||
; modules-center = xwindow xbacklight
|
||||
; modules-right = ipc clock
|
||||
|
||||
modules-left = launcher workspaces term files browser settings
|
||||
modules-center = mpd
|
||||
modules-right = updates alsa battery network date sysmenu
|
||||
#modules-left = launcher workspaces term files browser settings
|
||||
modules-left = launcher
|
||||
#modules-center = mpd
|
||||
#modules-right = updates alsa battery network date sysmenu
|
||||
modules-right = alsa network date sysmenu
|
||||
|
||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user