diff options
Diffstat (limited to '.config/polybar')
| -rw-r--r-- | .config/polybar/config.ini | 54 |
1 files changed, 29 insertions, 25 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index e65fbd1..9c5ddfa 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -19,18 +19,19 @@ [settings] screenchange-reload = true pseudo-transparency = true -#throttle-output = 5 -#throttle-output-for = 10 -#compositing-background = source -#compositing-foreground = over -#compositing-overline = over -#compositing-underline = over -#compositing-border = over +;throttle-output = 5 +;throttle-output-for = 10 +;compositing-background = source +;compositing-foreground = over +;compositing-overline = over +;compositing-underline = over +;compositing-border = over [colors] foreground = #fafafa foreground-alt = #aaCECCC9 -background = #aa000000 +;background = #aa000000 +background = #dd000000 background-alt = #aaCECCC9 disabled = #707880 alert = #ff8989 @@ -68,7 +69,7 @@ font12 = "RobotoMono Nerd Font:size=11;3" line-size = 1pt enable-ipc = true wm-restack = bspwm -;dpi = 96 +dpi = 96 font-0 = ${fonts.font0} font-1 = ${fonts.font1} font-2 = ${fonts.font2} @@ -89,8 +90,8 @@ foreground = ${colors.foreground} monitor = ${env:MONITOR:} width = 99% offset-x = 0.5% -offset-y = 1% -height = 22pt +offset-y = 0.5% +height = 20pt radius = 10.0 fixed-center = true inherit = common @@ -106,8 +107,8 @@ monitor = ${env:MONITOR:} ;width = 260px width = 180px offset-x = 0%:+10px -offset-y = 1% -height = 22pt +offset-y = 0.5% +height = 20pt radius = 10.0 fixed-center = true inherit = common @@ -119,8 +120,8 @@ monitor = ${env:MONITOR:} ;offset-x = 33.3333%:-130px width = 295px offset-x = 33.3333%:-195px -offset-y = 1% -height = 22pt +offset-y = 0.5% +height = 20pt radius = 10.0 fixed-center = true inherit = common @@ -134,8 +135,8 @@ width = 170px ;offset-x = 50%:-110px ;offset-x = 50%:-110px offset-x = 50%:-85px -offset-y = 1% -height = 22pt +offset-y = 0.5% +height = 20pt radius = 10.0 fixed-center = true inherit = common @@ -151,8 +152,8 @@ monitor = ${env:MONITOR:} ;offset-x = 66.6667%:-100px width = 295px offset-x = 66.6667%:-100px -offset-y = 1% -height = 22pt +offset-y = 0.5% +height = 20pt radius = 10.0 fixed-center = true ;padding-right = 4 @@ -166,8 +167,8 @@ monitor = ${env:MONITOR:} ;width = 260px width = 180px offset-x = 100%:-190px -offset-y = 1% -height = 22pt +offset-y = 0.5% +height = 20pt radius = 10.0 fixed-center = true padding-left = 2 @@ -264,7 +265,8 @@ content-foreground = ${colors.foreground} content = "" ;content = " " ; -click-left = notification-center +click-left = ~/.config/eww/scripts/openNotificationCenter.sh +;click-left = notification-center [module/day] type = internal/date @@ -327,7 +329,7 @@ format-foreground=${colors.foreground} format-prefix-foreground=${colors.foreground} label-font=2 label-foreground=${colors.foreground} -label="%{A1:alacritty -e btop &:} %gb_used%%{A}" +label="%{A1:alacritty -e htop &:} %gb_used%%{A}" [module/cpu] type=internal/cpu @@ -357,6 +359,7 @@ thermal-zone=0 ; $ for i in /sys/class/hwmon/hwmon*/temp*_input; do echo "$(<$(dirname $i)/name): $(cat ${i%_*}_label 2>/dev/null || echo $(basename ${i%_*})) $(readlink -f $i)"; done ; to find path to desired file ; Default reverts to thermal zone setting +;hwmon-path=/sys/devices/platform/dell_smm_hwmon/hwmon/hwmon2/temp1_input hwmon-path=/sys/devices/platform/dell_smm_hwmon/hwmon/hwmon1/temp1_input ; Base temperature for where to start the ramp (in degrees celsius) ; Default: 0 @@ -456,7 +459,8 @@ format-padding = 1 label-padding = content-background = format-foreground = ${colors.foreground} -click-left = control-center +click-left = ~/.config/eww/scripts/openControlCenter.sh +;click-left = control-center ;click-left = $HOME/.scripts/toggle-control & [module/wireless-network] @@ -587,7 +591,7 @@ content-font = 3 content-padding = 1 content-foreground = ${colors.foreground} enable-click = true -click-left = $HOME/.scripts/menu.sh +click-left = ~/.config/jgmenu/scripts/startmenu.sh click-right = $HOME/.scripts/menu_full.sh [module/power] |
