small pixel drawing of a pufferfish dotfiles

*
Jes Olson j3s@c3f.net
Sat, 11 Mar 2023 21:38:35 -0800
commit

3a39f38d1df8f17f32523d0174fe990bbf3fbdff

parent

a6240fc4b493c62c453833debb7fd1c1a1218517

2 files changed, 7 insertions(+), 4 deletions(-)

jump to
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/volbin/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}')"