i3 update
This commit is contained in:
34
.config/polybar/modules/battery.ini
Normal file
34
.config/polybar/modules/battery.ini
Normal file
@@ -0,0 +1,34 @@
|
||||
[module/battery]
|
||||
type = internal/battery
|
||||
full-at = 100
|
||||
low-at = 10
|
||||
battery = BAT1
|
||||
adapter = ACAD
|
||||
time-format = %H:%M
|
||||
poll-interval = 5
|
||||
|
||||
format-charging = <animation-charging> <label-charging>
|
||||
label-charging = %percentage%%
|
||||
animation-charging-0 =
|
||||
animation-charging-1 =
|
||||
animation-charging-2 =
|
||||
animation-charging-3 =
|
||||
animation-charging-4 =
|
||||
animation-charging-framerate = 1000
|
||||
|
||||
format-discharging = <ramp-capacity> <label-discharging>
|
||||
label-discharging = %percentage%%
|
||||
ramp-capacity-0 =
|
||||
ramp-capacity-1 =
|
||||
ramp-capacity-2 =
|
||||
ramp-capacity-3 =
|
||||
ramp-capacity-4 =
|
||||
|
||||
format-full = <label-full>
|
||||
label-full = %percentage%%
|
||||
|
||||
format-low = <animation-low> <label-low>
|
||||
label-low = %percentage%%
|
||||
animation-low-0 =
|
||||
animation-low-1 =
|
||||
animation-low-framerate = 500
|
||||
15
.config/polybar/modules/datetime.ini
Normal file
15
.config/polybar/modules/datetime.ini
Normal file
@@ -0,0 +1,15 @@
|
||||
[datetime]
|
||||
type = internal/date
|
||||
label = %date%
|
||||
label-foreground = ${colours.primary}
|
||||
|
||||
[module/date]
|
||||
inherit = datetime
|
||||
interval = 60
|
||||
date = %d/%m/%Y
|
||||
|
||||
[module/time]
|
||||
inherit = datetime
|
||||
interval = 1
|
||||
date = %H:%M
|
||||
date-alt = %H:%M:%S
|
||||
31
.config/polybar/modules/network.ini
Normal file
31
.config/polybar/modules/network.ini
Normal file
@@ -0,0 +1,31 @@
|
||||
[network]
|
||||
type = internal/network
|
||||
interval = 5
|
||||
|
||||
[module/wifi]
|
||||
inherit = network
|
||||
interface = wlp0s20f3
|
||||
interface-type = wireless
|
||||
|
||||
format-connected = <ramp-signal>
|
||||
ramp-signal-0 =
|
||||
ramp-signal-1 =
|
||||
ramp-signal-2 =
|
||||
ramp-signal-3 =
|
||||
ramp-signal-4 =
|
||||
|
||||
format-disconnected =
|
||||
|
||||
[ethernet]
|
||||
inherit = network
|
||||
interface-type = wired
|
||||
format-connected =
|
||||
format-disconnected =
|
||||
|
||||
[module/enpnative]
|
||||
inherit = ethernet
|
||||
interface = enp2s0
|
||||
|
||||
[module/enpusbc]
|
||||
inherit = ethernet
|
||||
interface = enp0s20f0u3u1
|
||||
4
.config/polybar/modules/systray.ini
Normal file
4
.config/polybar/modules/systray.ini
Normal file
@@ -0,0 +1,4 @@
|
||||
[module/systray]
|
||||
type = internal/tray
|
||||
format-margin = 8pt
|
||||
tray-spacing = 16pt
|
||||
8
.config/polybar/modules/volume.ini
Normal file
8
.config/polybar/modules/volume.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[module/volume]
|
||||
type = internal/pulseaudio
|
||||
format-volume-prefix = " "
|
||||
format-volume-prefix-foreground = ${colours.primary}
|
||||
format-volume = <label-volume>
|
||||
label-volume = %percentage%%
|
||||
label-muted = muted
|
||||
label-muted-foreground = ${colours.disabled}
|
||||
3
.config/polybar/modules/window.ini
Normal file
3
.config/polybar/modules/window.ini
Normal file
@@ -0,0 +1,3 @@
|
||||
[module/window]
|
||||
type = internal/xwindow
|
||||
label = %title:0:60:...%
|
||||
18
.config/polybar/modules/workspaces.ini
Normal file
18
.config/polybar/modules/workspaces.ini
Normal file
@@ -0,0 +1,18 @@
|
||||
[module/workspaces]
|
||||
type = internal/xworkspaces
|
||||
|
||||
label-active = %name%
|
||||
label-active-background = ${colours.background-alt}
|
||||
label-active-underline = ${colours.primary}
|
||||
label-active-padding = 1
|
||||
|
||||
label-occupied = %name%
|
||||
label-occupied-padding = 1
|
||||
|
||||
label-urgent = %name%
|
||||
label-urgent-background = ${colours.alert}
|
||||
label-urgent-padding = 1
|
||||
|
||||
label-empty = %name%
|
||||
label-empty-foreground = ${colours.disabled}
|
||||
label-empty-padding = 1
|
||||
Reference in New Issue
Block a user