*
Jes Olson j3s@c3f.net
Sat, 11 Mar 2023 21:38:35 -0800
M
.profile
→
.profile
@@ -5,7 +5,7 @@ export LANG=en_US.UTF-8
export GDK_BACKEND=wayland # https://wiki.archlinux.org/title/Firefox#Applications_on_Wayland_can_not_launch_Firefox export MOZ_DBUS_REMOTE=1 -export XDG_CURRENT_DESKTOP=sway +# export XDG_CURRENT_DESKTOP=sway # DO export CHEF_USER_NAME=jolson
M
bin/vol
→
bin/vol
@@ -1,7 +1,10 @@
-#!/bin/sh -e +#!/bin/sh +# +# simple pulse wrapper for controlling volume # -# simple pulse wrapper for controlling -# audio stuff i care about +# deps: +# - pactl +# - notify-send get_current_volume_percent() { percent="$(pactl get-sink-volume @DEFAULT_SINK@ | awk '/Volume/ {print $5}')"