Polybar stuff

lightmode
E. Almqvist 4 years ago
parent f3077d36e1
commit 9ad23bb9c9
  1. 14
      polybar/config
  2. 4
      xinitrc

@ -1,5 +1,5 @@
[colors] [colors]
background = #de242424 background = #df151515
# ef1d1f21 # ef1d1f21
foreground = #a4abb3 foreground = #a4abb3
# 707880 # 707880
@ -13,7 +13,7 @@ margin-top = 0
margin-bottom = 20 margin-bottom = 20
[bar/top] [bar/top]
font-0 = "Ubuntu Mono:pixelsize=12#2.25" font-0 = "Overpass Mono:pixelsize=11#2.25"
font-1 = "siji:pixelsize=10#1" font-1 = "siji:pixelsize=10#1"
monitor = ${env:MONITOR} monitor = ${env:MONITOR}
@ -26,7 +26,7 @@ override-redirect = false
wm-restack = dwm wm-restack = dwm
# width = 80% # width = 80%
height = 24 height = 21
# offset-x = 10% # offset-x = 10%
# offset-y = 8 # offset-y = 8
@ -41,14 +41,14 @@ radius = 0.0
# border-size = 1 # border-size = 1
# border-color = ${colors.border} # border-color = ${colors.border}
padding-left = 1 padding-left = 2
padding-right = 1 padding-right = 2
module-margin = 1 module-margin = 1
#modules-left = dwm title #modules-left = dwm title
modules-left = dwm modules-left = dwm
modules-center = time modules-center = time
modules-right = cmus pavolume battery date modules-right = cmus pavolume date
################################################################################# #################################################################################
# MODULES # # MODULES #
@ -91,7 +91,7 @@ secondary-layout-symbol = [M]
label-title = %title% label-title = %title%
label-title-padding = 1 label-title-padding = 1
label-title-foreground = #f0c674 label-title-foreground = #f0c674
label-title-maxlen = 30 label-title-maxlen = 75
# Symbol of current layout # Symbol of current layout
# Available tokens: # Available tokens:

@ -47,8 +47,8 @@ $HOME/.config/picom/launch &
nitrogen --restore & nitrogen --restore &
# Anti sleep # Anti sleep
xset s off & exec_always xset s off &
xset -dpms & exec_always xset -dpms &
# Loop # Loop
while true; do while true; do

Loading…
Cancel
Save