diff --git a/config/polybar/config.ini b/config/polybar/config.ini index 83e1577..a842470 100644 --- a/config/polybar/config.ini +++ b/config/polybar/config.ini @@ -21,14 +21,14 @@ include-directory = ~/.config/polybar/modules [colors] transparent = #00000000 -background = #303030 -background-alt = #282828 +background = #212121 foreground = #dfdfdf foreground-alt = #bbb -primary = #d32f2f -secondary = #1976d2 -tertiary = #2e7d32 +foreground-primary = #57b2ff +primary = #191919 +secondary = #161616 +tertiary = #131313 alert = #bd2c40 [constants] @@ -60,7 +60,7 @@ module-margin-left = 2 modules-left = bspwm modules-center = title -modules-right = phone-battery temperature memory cpu audio battery wireguard wlan eth date +modules-right = audio phone-battery memory cpu battery wlan eth date wm-restack = bspwm diff --git a/config/polybar/modules/battery b/config/polybar/modules/battery new file mode 100644 index 0000000..893226e --- /dev/null +++ b/config/polybar/modules/battery @@ -0,0 +1,26 @@ +[module/battery] +type = internal/battery +battery = BAT1 +adapter = ACAD +full-at = 100 + +format-charging = + +format-discharging = + +label-charging =  %percentage%% + +label-discharging = %percentage%% + +ramp-capacity-0 =  +ramp-capacity-1 =  +ramp-capacity-2 =  +ramp-capacity-3 =  +ramp-capacity-4 =  +ramp-capacity-5 =  +ramp-capacity-6 =  +ramp-capacity-7 =  +ramp-capacity-8 =  +ramp-capacity-9 =  +ramp-capacity-10 =  + diff --git a/config/polybar/modules/date b/config/polybar/modules/date new file mode 100644 index 0000000..3a8d8d0 --- /dev/null +++ b/config/polybar/modules/date @@ -0,0 +1,11 @@ +[module/date] +type = internal/date +interval = 5 + +time = %H:%M + +date = %a %e %b + +label = %date% %time% + +format = 