mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-08-09 10:59:16 +02:00
broken laptop backup
This commit is contained in:
@@ -201,7 +201,7 @@ bindsym $mod+Shift+g move container to workspace $workspace13
|
||||
############################################
|
||||
# Set the default font
|
||||
font pango:Ubuntu regular 12
|
||||
new_window 1pixel
|
||||
#new_window 1pixel
|
||||
hide_edge_borders both
|
||||
|
||||
# Window Colours
|
||||
@@ -319,3 +319,6 @@ exec --no-startup-id seafile-applet
|
||||
exec --no-startup-id obsidian
|
||||
exec /usr/bin/compton
|
||||
exec /bin/bash ~/.config/i3/scripts/startup.sh
|
||||
|
||||
# don't blank the screen please :)
|
||||
exec --no-startup-id xset s off && xset -dpms && xset s noblank
|
||||
|
@@ -38,12 +38,10 @@ case $1 in
|
||||
fi
|
||||
;;
|
||||
|
||||
"songwhip")
|
||||
"getLink")
|
||||
JSON=$(httpGet current)
|
||||
URL=$(echo "$JSON" | jq -r '.url')
|
||||
|
||||
WHIPPED_URL="https://songwhip.com$(curl -s -X POST 'https://songwhip.com/api/songwhip/create' -H 'Content-Type: application/json' --data-raw '{"url":"'"$URL"'","country":"NL"}' | jq -r '.data.item.url')"
|
||||
echo "$WHIPPED_URL"
|
||||
echo "$URL"
|
||||
;;
|
||||
"status")
|
||||
if httpGet current | grep "paused" >/dev/null; then
|
||||
|
Reference in New Issue
Block a user