From 9ad23bb9c946f3506875c753a544db108c57b96e Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Fri, 20 Nov 2020 17:03:52 +0100 Subject: [PATCH] Polybar stuff --- polybar/config | 14 +++++++------- xinitrc | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/polybar/config b/polybar/config index 2f7d4fa..4340fdf 100644 --- a/polybar/config +++ b/polybar/config @@ -1,5 +1,5 @@ [colors] -background = #de242424 +background = #df151515 # ef1d1f21 foreground = #a4abb3 # 707880 @@ -13,7 +13,7 @@ margin-top = 0 margin-bottom = 20 [bar/top] -font-0 = "Ubuntu Mono:pixelsize=12#2.25" +font-0 = "Overpass Mono:pixelsize=11#2.25" font-1 = "siji:pixelsize=10#1" monitor = ${env:MONITOR} @@ -26,7 +26,7 @@ override-redirect = false wm-restack = dwm # width = 80% -height = 24 +height = 21 # offset-x = 10% # offset-y = 8 @@ -41,14 +41,14 @@ radius = 0.0 # border-size = 1 # border-color = ${colors.border} -padding-left = 1 -padding-right = 1 +padding-left = 2 +padding-right = 2 module-margin = 1 #modules-left = dwm title modules-left = dwm modules-center = time -modules-right = cmus pavolume battery date +modules-right = cmus pavolume date ################################################################################# # MODULES # @@ -91,7 +91,7 @@ secondary-layout-symbol = [M] label-title = %title% label-title-padding = 1 label-title-foreground = #f0c674 -label-title-maxlen = 30 +label-title-maxlen = 75 # Symbol of current layout # Available tokens: diff --git a/xinitrc b/xinitrc index 0b31027..2cf2426 100644 --- a/xinitrc +++ b/xinitrc @@ -47,8 +47,8 @@ $HOME/.config/picom/launch & nitrogen --restore & # Anti sleep -xset s off & -xset -dpms & +exec_always xset s off & +exec_always xset -dpms & # Loop while true; do