From 2b078f67fc2e9e12c0d6425765696c0bf4cc8e21 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 1 Jul 2021 08:05:39 +0200 Subject: [PATCH] polybar: config --- polybar/config | 1 - polybar/scripte/popup-calendar.sh | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/polybar/config b/polybar/config index 8d936d0..8d349da 100644 --- a/polybar/config +++ b/polybar/config @@ -172,7 +172,6 @@ format-disconnected = [module/alsa] type = internal/alsa format-volume = -;label-volume = VOL label-volume-foreground = ${root.foreground} format-muted-prefix = " " format-muted-foreground = ${colors.foreground-alt} diff --git a/polybar/scripte/popup-calendar.sh b/polybar/scripte/popup-calendar.sh index 9805b5d..cf1b498 100755 --- a/polybar/scripte/popup-calendar.sh +++ b/polybar/scripte/popup-calendar.sh @@ -1,6 +1,6 @@ #!/bin/sh -BAR_HEIGHT=22 # polybar height +BAR_HEIGHT=25 # polybar height BORDER_SIZE=1 # border size from your wm settings YAD_WIDTH=222 # 222 is minimum possible value YAD_HEIGHT=193 # 193 is minimum possible value @@ -32,7 +32,7 @@ case "$1" in fi yad --calendar --undecorated --fixed --close-on-unfocus --no-buttons \ - --width="$YAD_WIDTH" --height="$YAD_HEIGHT" --posx="$pos_x" --posy="$pos_y" \ + --width="$YAD_WIDTH" --height="$YAD_HEIGHT" --posx="$pos_y" --posy="$pos_y" \ --title="yad-calendar" --borders=0 >/dev/null & ;; *)