use new XDG profile

this might be subject to change, due to exessive problems still needing
fixes
This commit is contained in:
2025-06-05 00:23:24 +02:00
parent 5439d4650b
commit e87e65df4f
60 changed files with 63 additions and 16 deletions

View File

@@ -1,34 +0,0 @@
[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

View File

@@ -1,15 +0,0 @@
[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

View File

@@ -1,31 +0,0 @@
[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

View File

@@ -1,4 +0,0 @@
[module/systray]
type = internal/tray
format-margin = 8pt
tray-spacing = 16pt

View File

@@ -1,8 +0,0 @@
[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}

View File

@@ -1,3 +0,0 @@
[module/window]
type = internal/xwindow
label = %title:0:60:...%

View File

@@ -1,18 +0,0 @@
[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