polybar config; added file package
This commit is contained in:
parent
c1fc398e03
commit
2c8d7f9535
@ -34,7 +34,7 @@ separator-foreground = ${colors.disabled}
|
|||||||
font-0 = MesloLGS NF:2
|
font-0 = MesloLGS NF:2
|
||||||
|
|
||||||
modules-left = xworkspaces xwindow
|
modules-left = xworkspaces xwindow
|
||||||
modules-right = filesystem brightness pulseaudio memory cpu battery network date
|
modules-right = filesystem pulseaudio memory cpu battery network date
|
||||||
|
|
||||||
cursor-click = pointer
|
cursor-click = pointer
|
||||||
cursor-scroll = ns-resize
|
cursor-scroll = ns-resize
|
||||||
@ -94,16 +94,6 @@ label-volume = %percentage%%
|
|||||||
label-muted = muted
|
label-muted = muted
|
||||||
label-muted-foreground = ${colors.disabled}
|
label-muted-foreground = ${colors.disabled}
|
||||||
|
|
||||||
[module/brightness]
|
|
||||||
type = internal/backlight
|
|
||||||
card = intel_backlight
|
|
||||||
|
|
||||||
format-prefix = "BRI "
|
|
||||||
format-prefix-foreground = ${colors.primary}
|
|
||||||
format = <label>
|
|
||||||
|
|
||||||
label = %percentage%%
|
|
||||||
|
|
||||||
[module/memory]
|
[module/memory]
|
||||||
type = internal/memory
|
type = internal/memory
|
||||||
interval = 2
|
interval = 2
|
||||||
@ -162,8 +152,8 @@ label-connected = %{F#0000FF}%ifname%%{F-} %essid% %local_ip%
|
|||||||
type = internal/date
|
type = internal/date
|
||||||
interval = 1
|
interval = 1
|
||||||
|
|
||||||
date = %m/%d %I:%M %p
|
date = %a %d %I:%M %p
|
||||||
date-alt = %m-%d-%Y %I:%M:%S %p
|
date-alt = %a %b %d %Y %I:%M:%S %p
|
||||||
|
|
||||||
label = %date%
|
label = %date%
|
||||||
label-foreground = ${colors.primary}
|
label-foreground = ${colors.primary}
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
# Utilities
|
# Utilities
|
||||||
jq
|
jq
|
||||||
bc
|
bc
|
||||||
|
file
|
||||||
wget
|
wget
|
||||||
curl
|
curl
|
||||||
tmux
|
tmux
|
||||||
|
Loading…
x
Reference in New Issue
Block a user