Skip to content

Commit

Permalink
Fix polybar laptop modules
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Apr 22, 2024
1 parent 2bf58a4 commit 7f75483
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions home-modules/polybar/polybar.ini
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ adapter = ADP1

poll-interval = 5

format-full = <ramp-capacity> <label>
format-discharging = <ramp-capacity> <label>
format-charging = <animation-charging> <label>
format-full = <ramp-capacity> <label-full>
format-discharging = <ramp-capacity> <label-discharging>
format-charging = <animation-charging> <label-charging>

label-charging = %percentage%%+
label-discharging = %percentage%%
Expand Down Expand Up @@ -133,7 +133,7 @@ animation-charging-font = 2
type = internal/network
interface-type = wireless

format-connected = <ramp-signal> <label>
format-connected = <ramp-signal> <label-connected>

label-connected = %essid%
label-disconnected = ""
Expand Down

0 comments on commit 7f75483

Please sign in to comment.