my dotz
0

Configure Feed

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

bleh

+5 -5
+1 -1
.config/sway/config
··· 162 162 # Misc 163 163 # 164 164 165 - bindsym $mod+Shift+s exec grim -g "$(slurp)" - | wl-copy 165 + bindsym $mod+Shift+s exec grim -g "$(slurp)" - | wl-copy 166 166 167 167 include colorscheme 168 168 client.focused $base05 $base0D $base00 $base0D $base0D
+3 -3
bin/zora/statusbar
··· 2 2 3 3 while true 4 4 do 5 - vpn="disconnected" 5 + vpn="on" 6 6 if ip link ls tun0 > /dev/null 2>&1; then 7 - vpn="connected" 7 + vpn="off" 8 8 fi 9 9 wifi="disconnected (0%)" 10 10 if nmcli dev show wlp0s20f3 | grep GENERAL.STATE | grep -q connected; then ··· 17 17 est_time=$(TZ=America/New_York date +"(🗽%I:%M ET)") 18 18 time="$time $est_time $(date -u +"(🤖%H:%M UTC)")" 19 19 # --date='TZ="America/New_York" 20 - printf "%s | %s | %s\n" "💓 ${wifi} (vpn $vpn)" "🥤 ${battery}" "${time}" 20 + printf "%s | %s | %s\n" "wifi: ${wifi} vpn: $vpn" "bat: ${battery}" "${time}" 21 21 sleep 10 22 22 done
+1 -1
bin/zora/xdg-open
··· 7 7 exec zathura "$1" 8 8 ;; 9 9 slack) 10 - exec chromium --app=https://digitalocean.slack.com "$1" 10 + exec chromium --app=https://digitalocean.slack.com --new-window "$1" 11 11 ;; 12 12 *) 13 13 exec /usr/bin/xdg-open "$@"