diff --git a/home/pomp/.config/bspwm/bspwmrc b/home/pomp/.config/bspwm/bspwmrc deleted file mode 100755 index 9f0ad76..0000000 --- a/home/pomp/.config/bspwm/bspwmrc +++ /dev/null @@ -1,29 +0,0 @@ -#! /bin/sh - -# ibus -ibus-daemon -drxR - -# shortcuts -pgrep -x sxhkd >/dev/null || sxhkd & - -# top bar -$HOME/.config/polybar/launch.sh - -# restore screen brightness -brightnessctl --restore - -# wallpaper -nitrogen --set-zoom /media/pomp/data/Pictures/Wallpapers/cozy_blur.png - -# system monitor -$HOME/.local/bin/pomky - -# monitor -bspc monitor -d 1 2 3 4 5 - -bspc config border_width 3 -bspc config window_gap 10 - -bspc config split_ratio 0.5 -bspc config borderless_monocle false -bspc config gapless_monocle false diff --git a/home/pomp/.config/polybar/config.ini b/home/pomp/.config/polybar/config.ini deleted file mode 100644 index c3608ad..0000000 --- a/home/pomp/.config/polybar/config.ini +++ /dev/null @@ -1,39 +0,0 @@ -[global/wm] -include-file = ~/.config/polybar/modules/alsa.ini -include-file = ~/.config/polybar/modules/brightness.ini -include-file = ~/.config/polybar/modules/date.ini -include-file = ~/.config/polybar/modules/keyboard.ini -include-file = ~/.config/polybar/modules/network-wired.ini -include-file = ~/.config/polybar/modules/network-wireless.ini -include-file = ~/.config/polybar/modules/pulseaudio.ini -include-file = ~/.config/polybar/modules/title.ini -include-file = ~/.config/polybar/modules/updates.ini -include-file = ~/.config/polybar/modules/volume.ini -include-file = ~/.config/polybar/modules/workspaces.ini - - -[color] -background = #272727 -background-alt = #383838 -foreground = #CACACA -foreground-alt = #CACACA -primary = #E53935 -red = #EF5350 -yellow = #FFEE58 - - -[bar/main] -width = 100% -height = 25 - -background = ${color.background} -foreground = ${color.foreground} - -font-0 = "Iosevka Nerd Font:size=10;4" -font-1 = "feather:size=10;3" - -modules-left = workspaces -modules-center = date -modules-right = brightness alsa updates - -tray-position = right diff --git a/home/pomp/.config/polybar/launch.sh b/home/pomp/.config/polybar/launch.sh deleted file mode 100755 index 9c2fc9c..0000000 --- a/home/pomp/.config/polybar/launch.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash - -# Terminate already running bar instances -killall -q polybar - -# Wait until the processes have been shut down -while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done - -# start polybar -polybar & diff --git a/home/pomp/.config/polybar/modules/alsa.ini b/home/pomp/.config/polybar/modules/alsa.ini deleted file mode 100644 index 96b0a86..0000000 --- a/home/pomp/.config/polybar/modules/alsa.ini +++ /dev/null @@ -1,28 +0,0 @@ -[module/alsa] -type = internal/alsa - -master-soundcard = default -speaker-soundcard = default -headphone-soundcard = default - -master-mixer = Master - -format-volume = -format-volume-background = ${color.background-alt} -format-volume-foreground = ${color.foreground} -format-volume-padding = 2 - -format-muted = -format-muted-prefix = 婢 -format-muted-background = ${color.background-alt} -format-muted-foreground = ${color.foreground} -format-muted-padding = 2 - -label-volume = %percentage%% - -label-muted = " Muted" -label-muted-foreground = ${color.red} - -ramp-volume-0 = 奄 -ramp-volume-1 = 奔 -ramp-volume-2 = 墳 diff --git a/home/pomp/.config/polybar/modules/brightness.ini b/home/pomp/.config/polybar/modules/brightness.ini deleted file mode 100644 index a4552c4..0000000 --- a/home/pomp/.config/polybar/modules/brightness.ini +++ /dev/null @@ -1,15 +0,0 @@ -[module/brightness] -type = custom/script - -exec = ~/.config/polybar/scripts/brightness.sh --restore - -click-left = ~/.config/polybar/scripts/brightness.sh --reset -scroll-up = ~/.config/polybar/scripts/brightness.sh --inc -scroll-down = ~/.config/polybar/scripts/brightness.sh --dec - -format =