diff --git a/.config/polybar/config b/.config/polybar/config deleted file mode 100644 index d1b7d17..0000000 --- a/.config/polybar/config +++ /dev/null @@ -1,534 +0,0 @@ -;===================================================== -; -; To learn more about how to configure Polybar -; go to https://github.com/jaagr/polybar -; -; The README contains alot of information -; -;===================================================== - -[colors] -background = ${xrdb:color1:#50000000} -background-alt = ${xrdb:color2:#444} -foreground = ${xrdb:color7:#dfdfdf} -foreground-alt = ${xrdb:color6:#555} -primary = #ffb52a -secondary = #e60053 -alert = #bd2c40 - -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; ;; -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -[bar/bottom] -monitor= ${env:MONITOR} - -bottom = true -width = 100% -height = 22 -radius = 0.0 -fixed-center = true - -background = ${colors.background} -foreground = ${colors.foreground} - -line-size = 3 -line-color = #f00 - -border-size = 0 -border-color = #00000000 - -padding-left = 2 -padding-right = 4 - -locale=ja_JP.UTF-8 - -module-margin-left = 1 -module-margin-right = 2 - -font-0 = fixed:pixelsize=8 -font-1 = unifont:fontformat=truetype:size=6:antialias=false -font-2 = "Siji:pixelsize=8" -font-3 = "IPAMincho:style=regular:pixelsize=8" - -modules-left = powermenu mpd -modules-center = -modules-right = filesystem wlan eth volume backlight-acpi cpu memory temperature custom-battery - -tray-position = -tray-padding = 0 -tray-detached = false -tray-maxsize = 15 -tray-transparent = false -tray-background = ${colors.background} - -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; ;; -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -[bar/top] -monitor= ${env:MONITOR} - -bottom = false -width = 100% -height = 22 -radius = 10.0 -fixed-center = true - -background = ${colors.background} -foreground = ${colors.foreground} - -line-size = 3 -line-color = #f00 - -border-size = 5 -border-color = #00000000 - -padding-left = 2 -padding-right = 4 - -locale=ja_JP.UTF-8 - -module-margin-left = 1 -module-margin-right = 2 - -font-0 = fixed:pixelsize=8 -font-1 = unifont:fontformat=truetype:size=6:antialias=false -font-2 = "Siji:pixelsize=8" -font-3 = "IPAMincho:style=regular:pixelsize=8" - -modules-left = i3 -modules-center = xwindow -modules-right = date - -tray-position = -tray-padding = 0 -tray-detached = false -tray-maxsize = 15 -tray-transparent = false -tray-background = ${colors.background} - -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; ;; -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -[module/custom-battery] -type = custom/script -exec = polybar-ab -polybar -thr 10 -tail = true - -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; ;; -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -[module/xwindow] -type = internal/xwindow - -format-prefix-foreground = ${colors.foreground-alt} -format-prefix-underline = ${colors.secondary} -format-underline = ${colors.secondary} -format-padding = 1 - -label = %title% -label-maxlen = 70 - -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; ;; -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -[module/xkeyboard] -type = internal/xkeyboard -blacklist-0 = num lock - -format = -format-prefix = " " -format-prefix-foreground = ${colors.foreground} -format-prefix-underline = ${colors.secondary} -format-underline = ${colors.secondary} -format-padding = 1 - -label-layout = %layout% %number% -label-layout-padding = 1 -label-layout-underline = ${colors.secondary} - -label-indicator = %name% -label-indicator-padding = 2 -label-indicator-margin = 1 -label-indicator-background = ${colors.secondary} -label-indicator-underline = ${colors.secondary} - -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; ;; -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -[module/filesystem] -type = internal/fs -interval = 20 - -mount-0 = / -mount-1 = /home - -format-mounted = -label-mounted-underline = ${colors.secondary} -format-unmounted = - -label-mounted =  %mountpoint%: %used%/%total% (%percentage_used%%) -label-unmounted = %mountpoint% not mounted -label-unmounted-foreground = ${colors.foreground-alt} -label-mounted-foreground = ${colors.foreground} - -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; ;; -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -[module/i3] -type = internal/i3 -index-sort = true -enable-scroll = false -wrapping-scroll = false -strip-wsnumbers = false -pin-workspaces = true -fuzzy-match = true - -label-focused = %icon% -label-focused-background = ${colors.background-alt} -label-focused-underline = ${xrdb:color8:#ffff00} -label-focused-padding = 2 - -label-unfocused = %icon% -label-unfocused-padding = 2 - -label-visible = %icon% -label-visible-background = ${self.label-focused-background} -label-visible-underline = ${self.label-focused-underline} -label-visible-padding = ${self.label-focused-padding} - -label-urgent = %icon% -label-urgent-background = ${xrdb:color0:#bd2c40} -label-urgent-padding = 2 - -ws-icon-0 = 1;一 -ws-icon-1 = 2;二 -ws-icon-2 = 3;三 -ws-icon-3 = 4;四 -ws-icon-4 = 5;五 -ws-icon-5 = 6;六 -ws-icon-6 = 7;七 -ws-icon-7 = 8;八 -ws-icon-8 = 9;九 -ws-icon-9 = 0;十 -ws-icon-default = %index% -format = - -label-mode = %mode% -label-mode-padding = 2 -label-mode-foreground = #000 -label-mode-background = ${colors.background-alt} - -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; ;; -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -[module/mpd] -type = internal/mpd - -label-song =  %title% - %artist% -label-song-maxlen = 50 -label-song-ellipsis = true - -label-offline =  mpd is offline -format-online = -format-offline = - -icon-prev =  -icon-stop =  -icon-play =  -icon-pause =  -icon-next =  - -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; ;; -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -[module/backlight-acpi] -inherit = module/xbacklight -type = internal/backlight -card = intel_backlight - -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; ;; -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -[module/cpu] -type = internal/cpu -interval = 2 -format =