Revert "Add all of iogamaster modules"

This reverts commit fa99b32cad.
This commit is contained in:
2024-06-15 14:23:44 +02:00
parent fa99b32cad
commit d2a8129a20
120 changed files with 254 additions and 3587 deletions

View File

@ -33,8 +33,8 @@ line-size = 5
bottom = true
fixed-center = true
background = ${palette.background}
foreground = ${palette.foreground}
background = ${colors.background}
foreground = ${colors.foreground}
padding-left = 0
padding-right = 1
@ -58,7 +58,7 @@ click-right = jgmenu_run
[module/sep]
type = custom/text
content = |
content-foreground = ${palette.foreground}
content-foreground = ${colors.foreground}
[module/i3]
type = internal/i3
@ -70,24 +70,24 @@ format = <label-state> <label-mode>
label-mode =  %mode%
label-mode-padding = 1
label-mode-background = ${palette.background-alt}
label-mode-foreground = ${palette.primary}
label-mode-background = ${colors.background-alt}
label-mode-foreground = ${colors.primary}
label-mode-prefix =
label-mode-prefix-foreground = ${palette.primary}
label-mode-prefix-foreground = ${colors.primary}
label-focused = %name%
label-focused-background = ${palette.background-alt}
label-focused-background = ${colors.background-alt}
label-focused-padding = 1
label-unfocused = %name%
label-unfocused-padding = 1
label-urgent = %name%
label-urgent-underline = ${palette.alert}
label-urgent-underline = ${colors.alert}
label-urgent-padding = 1
label-visible = %name%
label-visible-foreground = ${palette.disabled}
label-visible-foreground = ${colors.disabled}
label-visible-padding = 1
[module/xworkspaces]
@ -96,19 +96,19 @@ enable-click = true
enable-scroll = true
label-active = %name%
label-active-background = ${palette.background-alt}
label-active-underline= ${palette.primary}
label-active-background = ${colors.background-alt}
label-active-underline= ${colors.primary}
label-active-padding = 1
label-occupied = %name%
label-occupied-padding = 1
label-urgent = %name%
label-urgent-background = ${palette.alert}
label-urgent-background = ${colors.alert}
label-urgent-padding = 1
label-empty = %name%
label-empty-foreground = ${palette.disabled}
label-empty-foreground = ${colors.disabled}
label-empty-padding = 1
[module/filesystem]
@ -120,22 +120,22 @@ mount-0 = /home
label-mounted = %{F#F0C674}%mountpoint%%{F-} %percentage_used%%
label-unmounted = %mountpoint% not mounted
label-unmounted-foreground = ${palette.disabled}
label-unmounted-foreground = ${colors.disabled}
[module/volume]
type = internal/pulseaudio
format-volume = <ramp-volume> <label-volume>
label-volume = %percentage%%
format-volume-prefix-foreground = ${palette.primary}
format-volume-prefix-foreground = ${colors.primary}
ramp-volume-0 =
ramp-volume-1 =
ramp-volume-2 =
ramp-volume-foreground = ${palette.primary}
ramp-volume-foreground = ${colors.primary}
label-muted = MUTED
label-muted-foreground = ${palette.primary}
label-muted-foreground = ${colors.primary}
click-right = pavucontrol
@ -143,14 +143,14 @@ click-right = pavucontrol
type = internal/memory
interval = 2
format-prefix = "RAM "
format-prefix-foreground = ${palette.primary}
format-prefix-foreground = ${colors.primary}
label = %percentage_used:2%%
[module/cpu]
type = internal/cpu
interval = 2
format-prefix =
format-prefix-foreground = ${palette.primary}
format-prefix-foreground = ${colors.primary}
label = %percentage:2%%
[module/date]
@ -161,10 +161,10 @@ date = %A, %d.%m.%Y
time = at %H:%M:%S
label = %date% %time%
label-foreground = ${palette.foreground}
label-foreground = ${colors.foreground}
format-prefix = " "
format-prefix-foreground = ${palette.primary}
format-prefix-foreground = ${colors.primary}
[settings]
screenchange-reload = true