Update Polybar Laptop
This commit is contained in:
@@ -164,7 +164,9 @@ new_window 1pixel
|
|||||||
# Set Border
|
# Set Border
|
||||||
for_window [class="^.*"] border pixel 2
|
for_window [class="^.*"] border pixel 2
|
||||||
for_window [class="firefox"] border pixel 0
|
for_window [class="firefox"] border pixel 0
|
||||||
|
for_window [class="Firefox"] border pixel 0
|
||||||
for_window [class="discord"] border pixel 0
|
for_window [class="discord"] border pixel 0
|
||||||
|
for_window [class="Discord"] border pixel 0
|
||||||
|
|
||||||
set $red "#e06c75"
|
set $red "#e06c75"
|
||||||
set $termbg "#1e2127"
|
set $termbg "#1e2127"
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
background = #000000
|
background = #000000
|
||||||
foreground = #ffffff
|
foreground = #ffffff
|
||||||
urgent = #e06c75
|
urgent = #e06c75
|
||||||
|
yellow = #d19a66
|
||||||
accent = #98c379
|
accent = #98c379
|
||||||
accent-alt = #98c379
|
accent-alt = #98c379
|
||||||
|
|
||||||
@@ -109,7 +110,10 @@ format-underline = ${colors.accent}
|
|||||||
type = internal/backlight
|
type = internal/backlight
|
||||||
#ls -1 /sys/class/backlight
|
#ls -1 /sys/class/backlight
|
||||||
card = amdgpu_bl0
|
card = amdgpu_bl0
|
||||||
label = %percentage%%
|
label = %percentage%%
|
||||||
|
format-prefix = " "
|
||||||
|
format-prefix-foreground = ${colors.accent-alt}
|
||||||
|
format-underline = ${colors.accent}
|
||||||
|
|
||||||
[module/battery]
|
[module/battery]
|
||||||
type = internal/battery
|
type = internal/battery
|
||||||
@@ -120,6 +124,13 @@ format-charging = <animation-charging> <label-charging>
|
|||||||
format-discharging = <ramp-capacity> <label-discharging>
|
format-discharging = <ramp-capacity> <label-discharging>
|
||||||
format-full = <ramp-capacity> <label-full>
|
format-full = <ramp-capacity> <label-full>
|
||||||
|
|
||||||
|
format-charging-underline = ${colors.yellow}
|
||||||
|
format-discharging-underline = ${colors.accent}
|
||||||
|
format-full-underline = ${colors.accent}
|
||||||
|
|
||||||
|
ramp-capacity-foreground = ${colors.accent-alt}
|
||||||
|
animation-charging-foreground = ${colors.accent-alt}
|
||||||
|
|
||||||
label-charging = %percentage%%
|
label-charging = %percentage%%
|
||||||
label-discharging = %percentage%%
|
label-discharging = %percentage%%
|
||||||
label-full = %percentage%%
|
label-full = %percentage%%
|
||||||
@@ -178,8 +189,12 @@ interface = wlo1
|
|||||||
interval = 3.0
|
interval = 3.0
|
||||||
accumulate-stats = true
|
accumulate-stats = true
|
||||||
unknown-as-up = true
|
unknown-as-up = true
|
||||||
label-connected = %essid%
|
label-connected = %essid%
|
||||||
label-disconnected = no wifi
|
format-connected-prefix = " "
|
||||||
|
format-connected-prefix-foreground = ${colors.accent-alt}
|
||||||
|
format-connected-underline = ${colors.accent}
|
||||||
|
label-disconnected = "No Wifi"
|
||||||
|
format-disconnected-underline = ${colors.urgent}
|
||||||
|
|
||||||
[module/networkupdown]
|
[module/networkupdown]
|
||||||
type = internal/network
|
type = internal/network
|
||||||
|
|||||||
Reference in New Issue
Block a user