diff --git a/applications/polybar/config-zerotwo b/applications/polybar/config-zerotwo new file mode 100644 index 0000000..ab42d72 --- /dev/null +++ b/applications/polybar/config-zerotwo @@ -0,0 +1,293 @@ +;===================================================== +; +; To learn more about how to configure Polybar +; go to https://github.com/jaagr/polybar +; +; The README contains alot of information +; +;===================================================== + +[colors] +;background = ${xrdb:color0:#222} +background = #222 +background-alt = #444 +;foreground = ${xrdb:color7:#222} +foreground = #dfdfdf +foreground-alt = #555 +primary = #ffb52a +secondary = #e60053 +alert = #bd2c40 + +[bar/main] +;monitor = ${env:MONITOR:HDMI-1} +width = 100% +height = 44 +;offset-x = 1% +;offset-y = 1% +radius = 0 +fixed-center = false + +background = ${colors.background} +foreground = ${colors.foreground} + +line-size = 3 +line-color = #f00 + +border-size = 15 +border-color = #00000000 + +padding-left = 2 +padding-right = 2 + +module-margin-left = 1 +module-margin-right = 2 + +font-0 = RobotoMono:pixelsize=14;1 +font-1 = unifont:fontformat=truetype:size=8:antialias=false;0 +font-2 = siji:pixelsize=14;1 + +modules-left = workspaces xkeyboard volume xbacklight +modules-center = xwindow +modules-right = memory cpu wlan eth battery1 battery2 temperature date + +;tray-position = right +;tray-padding = 2 +;tray-transparent = true +;tray-background = #0063ff + +cursor-click = pointer +cursor-scroll = ns-resize + +[module/workspaces] +type = internal/xworkspaces + +label-active-underline = ${colors.secondary} + +[module/xwindow] +type = internal/xwindow +label = %title:0:75:...% +label-maxlen = 50 + +[module/xkeyboard] +type = internal/xkeyboard +blacklist-0 = num lock + +format-prefix = "KB " +format-prefix-foreground = ${colors.foreground-alt} +format-prefix-underline = ${colors.secondary} + +label-layout = %layout% +label-layout-underline = ${colors.secondary} + +label-indicator-padding = 2 +label-indicator-margin = 1 +label-indicator-background = ${colors.secondary} +label-indicator-underline = ${colors.secondary} + +[module/filesystem] +type = internal/fs +interval = 25 + +mount-0 = / + +label-mounted = %{F#0a81f5}%mountpoint%%{F-}: %percentage_used%% +label-unmounted = %mountpoint% not mounted +label-unmounted-foreground = ${colors.foreground-alt} + +[module/xbacklight] +type = internal/xbacklight + +format =