move xdg directories to the default location.
a lot of applications seem to hardcode this location, so it's better to have something default, or default-adjasoned.
This commit is contained in:
39
.config/polybar/modules/network.ini
Normal file
39
.config/polybar/modules/network.ini
Normal file
@@ -0,0 +1,39 @@
|
||||
[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/enp2s0]
|
||||
inherit = ethernet
|
||||
interface = enp2s0
|
||||
|
||||
[module/enp0s20f0u3u1]
|
||||
inherit = ethernet
|
||||
interface = enp0s20f0u3u1
|
||||
|
||||
[module/enp0s20f0u3]
|
||||
inherit = ethernet
|
||||
interface = enp0s20f0u3
|
||||
|
||||
[module/enp0s20f0u2]
|
||||
inherit = ethernet
|
||||
interface = enp0s20f0u2
|
||||
Reference in New Issue
Block a user