From 416cb1a8dd5bf3ed6f426048843c95c2e2550f27 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 4 May 2024 01:15:19 +0100 Subject: add more transparency --- config/polybar/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config/polybar') diff --git a/config/polybar/config b/config/polybar/config index d8f670e..f3a2f6e 100644 --- a/config/polybar/config +++ b/config/polybar/config @@ -4,8 +4,8 @@ offsety = 24 [color] bg = #191919 -bga = #CC191919 -fg4 = #f58d44 +bga = #C0191919 +fg4= #f58d44 fg2 = #5f819d fg3 = #707880 fg1 = #fefefe @@ -40,7 +40,7 @@ modules-right = time [bar/ws] inherit = bar/base -width = 1870 +width = 2510 offset-x = 25 offset-y = 10 modules-left = workspaces xwindow @@ -153,7 +153,7 @@ format-prefix-foreground = #5b [module/temperature] type = custom/script -exec = sensors | awk '/^Core 0:/ { print substr($3, 2) }' +exec = sensors | awk '/^Package id 0:/ { print substr($4, 2) }' format-prefix = " " interval = 1 -- cgit v1.2.1