Add multi-monitor support to all themes and made small tweaks to sizing and fonts
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
background = #1F1F1F
|
||||
foreground = #FFFFFF
|
||||
foreground-alt = #8F8F8F
|
||||
module-fg = #1F1F1F
|
||||
primary = #ffb300
|
||||
module-fg = #FFFFFF
|
||||
primary = #d81b60
|
||||
secondary = #E53935
|
||||
alternate = #7cb342
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
* {
|
||||
al: #00000000;
|
||||
bg: #1F1F1FFF;
|
||||
bga: #ffb30033;
|
||||
bar: #1F1F1FFF;
|
||||
bga: #d81b6033;
|
||||
bar: #FFFFFFFF;
|
||||
fg: #FFFFFFFF;
|
||||
ac: #ffb300FF;
|
||||
ac: #d81b60FF;
|
||||
}
|
||||
|
||||
@@ -68,7 +68,7 @@ content =
|
||||
; "content" has the same properties as "format-NAME"
|
||||
content-background = ${color.primary}
|
||||
content-foreground = ${color.module-fg}
|
||||
content-padding = 2
|
||||
content-padding = 1
|
||||
|
||||
; "click-(left|middle|right)" will be executed using "/usr/bin/env sh -c $COMMAND"
|
||||
click-left = ~/.config/polybar/material/scripts/launcher.sh &
|
||||
@@ -87,7 +87,7 @@ content =
|
||||
|
||||
content-background = ${color.primary}
|
||||
content-foreground = ${color.module-fg}
|
||||
content-padding = 2
|
||||
content-padding = 1
|
||||
|
||||
click-left = ~/.config/polybar/material/scripts/powermenu.sh &
|
||||
|
||||
|
||||
Reference in New Issue
Block a user