diff --git a/.config/polybar/90-polybar b/.config/polybar/90-polybar deleted file mode 100644 index c40cd06..0000000 --- a/.config/polybar/90-polybar +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -# copy to /etc/NetworkManager/dispatcher.d/90-polybar - -polybar-msg hook wireguard-status 1 diff --git a/.config/polybar/colors b/.config/polybar/colors deleted file mode 100644 index 2a0441d..0000000 --- a/.config/polybar/colors +++ /dev/null @@ -1,23 +0,0 @@ -[colors] -background = #00000000 -foreground = #dfdfdf -text = ${xrdb:color15:#ffffff} - - -i3-mode-fg = #000 -i3-mode-bg = #e6e600 - -i3-focus-ul = #f90000 -i3-focus-bg = #00000000 - -i3-visable-ul = #ffff00 -i3-visable-bg = c#00000000 - -i3-urgent-bg = #3399ff - -cpu-ul = #4bffdc -date-ul = #0a6cf5 -vol-ul = #ff6600 -bat-ul = #ffb52a -spotify-ul = #00b300 -wg-ul = #00b300 diff --git a/.config/polybar/config b/.config/polybar/config deleted file mode 100644 index e4f4067..0000000 --- a/.config/polybar/config +++ /dev/null @@ -1,249 +0,0 @@ -;===========================================================; -; ; -; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗ ; -; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗ ; -; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝ ; -; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗ ; -; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║ ; -; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ; -; ; -;===========================================================; - -; Required packages: -; - xorg-xrandr (for launch script) -; - xrdb (for wal colors) - -include-file = $HOME/.config/polybar/colors - -[bar/main] -enable-ipc = true -monitor = ${env:MONITOR} -width = 100% -height = 3% -radius = 0 -fixed-center = false - - -background = ${colors.background} -foreground = ${colors.foreground} - -line-size = 3 -line-color = #f00 - -border-size = 0 -border-color = #00000000 - -padding-left = 0 -padding-right = 2 - -module-margin-left = 1 -module-margin-right = 2 - -font-0 = fixed:pixelsize=10;1 -font-1 = "Hack Nerd Font:style=Regular:pixelsize=10;2" - -modules-left = i3 -modules-center = -modules-right = playerctl pulseaudio mute-mic wireguard-status notify date - -tray-position = right -tray-padding = 2 -;tray-background = #0063ff - - -cursor-click = pointer -cursor-scroll = ns-resize - -[module/i3] -type = internal/i3 -format = -index-sort = true -wrapping-scroll = false - -format-foreground = ${colors.text} - -label-mode-padding = 2 -label-mode-foreground = ${colors.i3-mode-fg} -label-mode-background = ${colors.i3-mode-bg} - -; focused = Active workspace on focused monitor -label-focused = %index% -label-focused-background = ${colors.i3-focus-bg} -label-focused-underline = ${colors.i3-focus-ul} -label-focused-padding = 2 - -; unfocused = Inactive workspace on any monitor -label-unfocused = %index% -label-unfocused-padding = 2 - -; visible = Active workspace on unfocused monitor -label-visible = %index% -label-visible-background = ${colors.i3-visable-bg} -label-visible-underline = ${colors.i3-visable-ul} -label-visible-padding = ${self.label-focused-padding} - -; urgent = Workspace with urgency hint set -label-urgent = %index% -label-urgent-background = ${colors.i3-urgent-bg} -label-urgent-padding = 2 - - -[module/xbacklight] -type = internal/xbacklight - -format =