diff --git a/arch-config/.config/polybar/modules/modules.ini b/arch-config/.config/polybar/modules/modules.ini new file mode 100644 index 00000000..f1e3c1fb --- /dev/null +++ b/arch-config/.config/polybar/modules/modules.ini @@ -0,0 +1,991 @@ +################################################################################ +############################################################################### +############ MODULES A-Z ############ +################################################################################ +################################################################################ + + +[module/arch-aur-updates] +type = custom/script +exec = ~/.config/polybar/scripts/check-all-updates.sh +interval = 1000 +label = Updates: %output% +format-foreground = ${colors.foreground} +format-background = ${colors.background} +format-prefix = "  " +format-prefix-foreground = #FFBB00 +format-underline = #FFBB00 + + +[module/aur-updates] +type = custom/script +exec = cower -u | wc -l +interval = 1000 +label = Aur: %output% +format-foreground = ${colors.foreground} +format-background = ${colors.background} +format-prefix = "  " +format-prefix-foreground = #FFBB00 +format-underline = #FFBB00 + + +################################################################################ + + +[module/backlight-acpi] +inherit = module/xbacklight +type = internal/backlight +card = intel_backlight +format-foreground = ${colors.foreground} +format-background = ${colors.background} +format-prefix-foreground = #7D49B6 +format-prefix-underline = #7D49B6 +format-underline = #7D49B6 + + +################################################################################ + + +[module/backlight] +;https://github.com/jaagr/polybar/wiki/Module:-backlight + +type = internal/backlight + +; Use the following command to list available cards: +; $ ls -1 /sys/class/backlight/ +card = intel_backlight + +; Available tags: +;