summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2025-03-17 22:54:39 +0000
committerdavidovski <david@davidovski.xyz>2025-03-17 22:54:39 +0000
commitb3b4975df588e7c71bebb3cd7f4e83fd7a70b983 (patch)
treeae01e2115993946c5841aaf0c810a26476c2fa8e /config
parent6c1de1e807d39883c975933c4c35b91f1df88fd6 (diff)
floating little bars and rounded borders
Diffstat (limited to 'config')
-rwxr-xr-xconfig/bspwm/bspwmrc11
-rw-r--r--config/gtk-3.0/bookmarks1
-rw-r--r--config/mimeapps.list4
-rw-r--r--config/polybar/config118
-rwxr-xr-xconfig/polybar/launch.sh6
-rwxr-xr-xconfig/sx/sxrc1
-rw-r--r--config/sxhkd/sxhkdrc3
7 files changed, 100 insertions, 44 deletions
diff --git a/config/bspwm/bspwmrc b/config/bspwm/bspwmrc
index 24a2743..c138806 100755
--- a/config/bspwm/bspwmrc
+++ b/config/bspwm/bspwmrc
@@ -29,6 +29,8 @@ for m in $(bspc query -M --names); do
bspc monitor $m -d ${m}1 ${m}2 ${m}3 ${m}4 ${m}5 ${m}6 ${m}7 ${m}8 ${m}9
done
+bspc config border_radius 16
+
$HOME/.config/polybar/launch.sh &
bspc config border_width $BORDER
@@ -47,11 +49,10 @@ bspc config focused_border_color "$COLOR_PRIMARY"
# fix java programs that get confused on a missing name property
wmname LG3D
+while ! pgrep dbus-daemon > /dev/null; do sleep 1; done
-sleep 1
-
-#pgrep -x pipewire > /dev/null || pipewire &
-#pgrep -x pipewire-pulse > /dev/null || pipewire-pulse &
-#pgrep -x wireplumber > /dev/null || wireplumber &
+pgrep -x pipewire > /dev/null || pipewire &
+pgrep -x pipewire-pulse > /dev/null || pipewire-pulse &
+pgrep -x wireplumber > /dev/null || wireplumber &
$HOME/.scripts/start-mpd
diff --git a/config/gtk-3.0/bookmarks b/config/gtk-3.0/bookmarks
index d6229a6..05ff29f 100644
--- a/config/gtk-3.0/bookmarks
+++ b/config/gtk-3.0/bookmarks
@@ -1,3 +1,4 @@
+file:///home/david/docs/astronovus
file:///home/david/docs/lmms
file:///home/david/docs docs
file:///home/david/pics pics
diff --git a/config/mimeapps.list b/config/mimeapps.list
index 05ad961..533bf40 100644
--- a/config/mimeapps.list
+++ b/config/mimeapps.list
@@ -13,6 +13,8 @@ application/x-extension-shtml=userapp-Firefox-PCQJ91.desktop
application/xhtml+xml=userapp-Firefox-PCQJ91.desktop
application/x-extension-xhtml=userapp-Firefox-PCQJ91.desktop
application/x-extension-xht=userapp-Firefox-PCQJ91.desktop
+x-scheme-handler/discord-1216669957799018608=discord-1216669957799018608.desktop
+application/octet-stream=lmms.desktop
[Added Associations]
x-scheme-handler/http=userapp-Firefox-AK3I01.desktop;userapp-Firefox-PCQJ91.desktop;
@@ -28,3 +30,5 @@ application/x-extension-xht=userapp-Firefox-AK3I01.desktop;userapp-Firefox-PCQJ9
image/gif=nsxiv.desktop;
image/png=gimp.desktop;
image/jpeg=gimp.desktop;
+application/octet-stream=lmms.desktop;
+audio/x-vorbis+ogg=audacity.desktop;
diff --git a/config/polybar/config b/config/polybar/config
index f3a2f6e..88f1d26 100644
--- a/config/polybar/config
+++ b/config/polybar/config
@@ -4,7 +4,6 @@ offsety = 24
[color]
bg = #191919
-bga = #C0191919
fg4= #f58d44
fg2 = #5f819d
fg3 = #707880
@@ -22,34 +21,73 @@ font-3 = mononoki:style=Regular:pixelsize=11;3
font-4 = MesloLGM Nerd Font Mono:style=Regular:pixelsize=14;2
font-5 = Noto Sans Mono CJK TC:style=Medium,Regular;pixelsize=10;2
-height = 25
-background = ${color.bga}
+height = 32
module-margin = 1
wm-restack = bspwm
radius = 0
-foreground = ${color.fg1}
+background = ${color.bg}
+border-size = 0
+border-color = ${color.fg3}
+fg = ${color.fg1}
+offset-y = 16
padding-right = 1
-[bar/wsonly]
+[bar/time]
inherit = bar/base
-width = 100%
-modules-left = workspaces
-modules-right = time
+modules-center = time
+width = 80
+
+[bar/time1920]
+inherit = bar/time
+offset-x = 1798
+
+[bar/time1080]
+inherit = bar/time
+offset-x = 958
+
+[bar/time2560]
+inherit = bar/time
+offset-x = 2438
[bar/ws]
inherit = bar/base
-width = 2510
-offset-x = 25
-offset-y = 10
-modules-left = workspaces xwindow
-modules-right = mpd temperature memory network battery pulseaudio microphone time
+width = 245
+offset-x = 32
+modules-left = workspaces
tray-position = right
-background = ${color.bga}
-border-size = 0
-border-color = ${color.fg3}
-fg = ${color.fg1}
+
+[bar/right]
+inherit = bar/base
+width = 400
+modules-center = temperature memory network battery pulseaudio vpn microphone time
+tray-position = right
+
+[bar/mpd]
+inherit = bar/base
+width = 250
+fixed-center = true
+modules-right = mpdctrls
+modules-left = mpdsong
+padding = 2
+
+[bar/right2560]
+inherit = bar/right
+offset-x = 2118
+
+[bar/mpd2560]
+inherit = bar/mpd
+offset-x = 1836
+
+[bar/right1920]
+inherit = bar/right
+offset-x = 1478
+
+[bar/mpd1920]
+inherit = bar/mpd
+offset-x = 1046
+
[module/wsnumber]
@@ -75,16 +113,16 @@ enable-click = true
enable-scroll = true
format = <label-state>
-format-padding = 0
-label-monitor = %name%
-label-active = %{T2}雷%{T-}
-label-active-padding = 1
+format-padding = 0
+label-monitor = %name%
+label-active = %{T2}雷%{T-}
+label-active-padding = 1
label-occupied = %{T2}ﲭ%{T-}
label-occupied-padding = 1
label-empty = %{T2}ﱤ%{T-}
label-empty-padding = 1
-label-urgent = %{T2}ﲭ%{T-}
-label-urgent-padding = 1
+label-urgent = %{T2}ﲭ%{T-}
+label-urgent-padding = 1
[module/time]
@@ -95,15 +133,25 @@ date = "%d %b"
label = %{T2}◷%{T-} %time%
label-padding = 0
-[module/mpd]
+[module/mpdctrls]
type = internal/mpd
host = 127.0.0.1
port = 6600
+format-online = <icon-prev> <toggle> <icon-next>
-format-online = <label-song> <icon-prev> <toggle> <icon-next> <bar-progress>
-label-song = %title%
+icon-play = 
+icon-pause = 
+icon-prev = 
+icon-next = 
-bar-progress-width = 12
+[module/mpdprogress]
+type = internal/mpd
+host = 127.0.0.1
+port = 6600
+
+format-online = <bar-progress>
+
+bar-progress-width = 13
bar-progress-indicator = |
bar-progress-fill = ─
bar-progress-empty = ─
@@ -112,14 +160,13 @@ format-online-padding = 0
format-offline-padding = 0
-label-song-maxlen = 80
-label-song-ellipsis = true
-
-icon-play = 
bar-empty = ─
-icon-pause = 
-icon-prev = 
-icon-next = 
+
+[module/mpdsong]
+type = custom/script
+exec = ~/.scripts/mpd-zscroll
+tail = true
+interval = 0.3
[module/pulseaudio]
@@ -203,5 +250,6 @@ format-disconnected = <label-disconnected>
format-packetloss = <label-connected>
-label-connected = 
+label-connected = 
+label-disconnected =
diff --git a/config/polybar/launch.sh b/config/polybar/launch.sh
index 33b6531..a8d55f3 100755
--- a/config/polybar/launch.sh
+++ b/config/polybar/launch.sh
@@ -15,7 +15,11 @@ polybar -m | while read -r mon; do
export MONITOR=$(echo $mon | cut -d: -f1)
echo $mon | grep -q "(primary)" && {
polybar ws &
+
+ polybar right2560 &
+ polybar mpd2560 &
} || {
- polybar wsonly &
+ polybar ws &
+ polybar time1080 &
}
done
diff --git a/config/sx/sxrc b/config/sx/sxrc
index ee19f27..c04b1bc 100755
--- a/config/sx/sxrc
+++ b/config/sx/sxrc
@@ -1,4 +1,5 @@
setxkbmap -option caps:backspace
xmodmap -e "clear Lock"
+xterm -e "xinput list" &
exec bspwm
diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc
index d8811c5..f9ef280 100644
--- a/config/sxhkd/sxhkdrc
+++ b/config/sxhkd/sxhkdrc
@@ -118,9 +118,6 @@ super + ctrl + t
dmenu -p "toilet" | toilet --font mono12 | sed 's/ /_ _ /g' | xclip -selection clipboard
super + ctrl + b
dmenu -p "eminem says" | xargs /usr/bin/eminem
-# memes
-super + ctrl + alt + c
- $HOME/.scripts/memeselector
# iocane
super + shift + Return