This commit is contained in:
2026-02-22 20:49:19 +01:00
parent ef04405651
commit d37c2bfc72
8 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
disturbed=$(makoctl mode | grep -i do-not-disturb) > /dev/null disturbed=$(makoctl mode | grep -i do-not-disturb) > /dev/null
mute_icon="" mute_icon=""

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
MUTED=$(wpctl get-volume @DEFAULT_AUDIO_SINK@ | grep -iq muted; echo $?) MUTED=$(wpctl get-volume @DEFAULT_AUDIO_SINK@ | grep -iq muted; echo $?)

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -e set -e
rsync -avh --no-links --delete --exclude=.* --exclude=dyski /home/szymon/ /mnt/backup/home/szymon/ rsync -avh --no-links --delete --exclude=.* --exclude=dyski /home/szymon/ /mnt/backup/home/szymon/

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
declare -A blue declare -A blue
blue[background]="rgba(36, 158, 202, 0.20)" blue[background]="rgba(36, 158, 202, 0.20)"

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
case $1 in case $1 in
"sfw") "sfw")

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
### DEPENDENCIES: ### DEPENDENCIES:
## libnotify ## libnotify

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
dir=$(find ~/Dokumenty/kodowanie/ -maxdepth 2 -type d ! -name '.*' | fzf) dir=$(find ~/Dokumenty/kodowanie/ -maxdepth 2 -type d ! -name '.*' | fzf)
export EDITOR="nvim" export EDITOR="nvim"

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# colors # colors
RED='\033[0;31m' RED='\033[0;31m'