my dotz
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

*

+7 -4
+1 -1
.profile
··· 5 5 export GDK_BACKEND=wayland 6 6 # https://wiki.archlinux.org/title/Firefox#Applications_on_Wayland_can_not_launch_Firefox 7 7 export MOZ_DBUS_REMOTE=1 8 - export XDG_CURRENT_DESKTOP=sway 8 + # export XDG_CURRENT_DESKTOP=sway 9 9 10 10 # DO 11 11 export CHEF_USER_NAME=jolson
+6 -3
bin/vol
··· 1 - #!/bin/sh -e 1 + #!/bin/sh 2 + # 3 + # simple pulse wrapper for controlling volume 2 4 # 3 - # simple pulse wrapper for controlling 4 - # audio stuff i care about 5 + # deps: 6 + # - pactl 7 + # - notify-send 5 8 6 9 get_current_volume_percent() { 7 10 percent="$(pactl get-sink-volume @DEFAULT_SINK@ | awk '/Volume/ {print $5}')"