aboutsummaryrefslogtreecommitdiff
path: root/.config/polybar/config
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-09-22 12:58:16 +0200
committerlonkaars <loek@pipeframe.xyz>2022-09-22 12:58:16 +0200
commit9293bd808111f576f981d0d93ca8d715d22cd7e5 (patch)
tree518d9867579cc01929198f4fce4f015ac6c9e128 /.config/polybar/config
parent8da5ed235bf0177df156eca42239257586026d02 (diff)
large laptop dotfiles update
Diffstat (limited to '.config/polybar/config')
-rw-r--r--.config/polybar/config158
1 files changed, 0 insertions, 158 deletions
diff --git a/.config/polybar/config b/.config/polybar/config
deleted file mode 100644
index 818169c..0000000
--- a/.config/polybar/config
+++ /dev/null
@@ -1,158 +0,0 @@
-[barsettings]
-padding = 1.9
-
-[global/wm]
-margin-bottom = 50
-margin-top = 0
-
-[bar/main]
-
-tray-position = right
-tray-padding = ${barsettings.padding}
-tray-background = ${color.bg}
-tray-margin = 8
-
-monitor =
-monitor-fallback =
-monitor-strict = false
-
-override-redirect = false
-
-bottom = false
-fixed-center = true
-
-width = 100%
-height = 20
-offset-x = 0
-offset-y = 0
-
-background = ${color.bg}
-foreground = ${color.fg}
-
-radius-top = 0.0
-radius-bottom = 0.0
-
-padding = 3
-
-module-margin-left = 1
-module-margin-right = 1
-
-font-0 = "JetBrains Mono Nerd Font:pixelsize=8:weight=regular:size=0;2"
-font-1 = "JetBrains Mono Nerd Font:pixelsize=8:weight=bold:size=0;2"
-font-2 = "Noto Sans JP:pixelsize=8:weight=bold:size=0;2"
-font-3 = "Noto Sans KR:pixelsize=8:weight=bold:size=0;2"
-
-modules-left = time date
-modules-center = weather mpd
-modules-right = keyboard volume whoami
-
-separator =
-
-spacing = 0
-
-dim-value = 1.0
-
-wm-name =
-
-locale=ja_JP.UTF-8
-
-wm-restack = i3
-
-enable-ipc = true
-
-click-left =
-click-middle =
-click-right =
-scroll-up =
-scroll-down =
-double-click-left =
-double-click-middle =
-double-click-right =
-
-cursor-click =
-cursor-scroll =
-
-[settings]
-throttle-output = 5
-throttle-output-for = 10
-
-throttle-input-for = 30
-
-screenchange-reload = false
-
-compositing-background = source
-compositing-foreground = over
-compositing-overline = over
-compositing-underline = over
-compositing-border = over
-
-format-foreground =
-format-background =
-format-underline =
-format-overline =
-format-spacing =
-format-padding =
-format-margin =
-format-offset =
-
-pseudo-transparency = false
-
-[color]
-
-bg = ${xrdb:background:#0f1419}
-fg = ${xrdb:foreground:#f8f8f0}
-fg-alt = ${xrdb:background:#0f1419}
-
-alpha = #00000000
-
-[module/volume]
-type = internal/pulseaudio
-format-volume = <label-volume>
-label-volume = %percentage%%
-label-muted = "muted"
-
-[module/date]
-type = internal/date
-interval = 1.0
-time = %{T2}%m月%d日 %{T-}(%a)
-format = <label>
-label = %time%
-
-[module/time]
-type = internal/date
-interval = 1.0
-time = %{T2}%H時%M分%{T-}
-format = <label>
-label = %time%
-
-[module/mpd]
-type = internal/mpd
-format-online = <toggle> <label-song>
-format-offline = [mpd offline]
-format-stopped =
-icon-play = 
-icon-pause = 
-label-song = %{T2}%artist%%{T-}: %title%
-label-song-maxlen = 50
-label-song-ellipsis = true
-
-[module/weather]
-type = custom/script
-exec = ~/.config/polybar-forecast/target/release/polybar-forecast
-interval = 120
-exec-if = ping openweathermap.org -c 1
-label-font = 2
-
-[module/whoami]
-type = custom/script
-exec = echo "%{T2}$(whoami)%{T-}@%{T2}$(cat /etc/hostname)%{T-}"
-interval = 9999999
-label-font = 2
-
-[module/keyboard]
-type = custom/script
-exec = ~/.local/share/bin/kbindicator
-interval = 5
-label-font = 1
-
-; vim:ft=dosini