small pixel drawing of a pufferfish dotfiles

bleh
Jes Olson j3s@c3f.net
Tue, 10 Jan 2023 18:00:34 -0800
commit

a39d7171ef1e5c8294f2d6a7ba3bb8adaf4d417d

parent

1b2df48e8b4e58c56234347802fed95b10c8b60f

3 files changed, 5 insertions(+), 5 deletions(-)

jump to
M .config/sway/config.config/sway/config

@@ -162,7 +162,7 @@ #

# Misc # - bindsym $mod+Shift+s exec grim -g "$(slurp)" - | wl-copy +bindsym $mod+Shift+s exec grim -g "$(slurp)" - | wl-copy include colorscheme client.focused $base05 $base0D $base00 $base0D $base0D
M bin/zora/statusbarbin/zora/statusbar

@@ -2,9 +2,9 @@ #!/bin/sh

while true do - vpn="disconnected" + vpn="on" if ip link ls tun0 > /dev/null 2>&1; then - vpn="connected" + vpn="off" fi wifi="disconnected (0%)" if nmcli dev show wlp0s20f3 | grep GENERAL.STATE | grep -q connected; then

@@ -17,6 +17,6 @@ time=$(date +"%A %Y-%m-%d %I:%M %p")

est_time=$(TZ=America/New_York date +"(🗽%I:%M ET)") time="$time $est_time $(date -u +"(🤖%H:%M UTC)")" # --date='TZ="America/New_York" - printf "%s | %s | %s\n" "💓 ${wifi} (vpn $vpn)" "🥤 ${battery}" "${time}" + printf "%s | %s | %s\n" "wifi: ${wifi} vpn: $vpn" "bat: ${battery}" "${time}" sleep 10 done
M bin/zora/xdg-openbin/zora/xdg-open

@@ -7,7 +7,7 @@ *.pdf)

exec zathura "$1" ;; slack) - exec chromium --app=https://digitalocean.slack.com "$1" + exec chromium --app=https://digitalocean.slack.com --new-window "$1" ;; *) exec /usr/bin/xdg-open "$@"