zmiana konfiguracji na wayland i sway :love:

This commit is contained in:
2021-07-06 21:53:39 +02:00
parent f19d3fdaec
commit 1acfd0bb41
32 changed files with 1019 additions and 39 deletions

View File

@ -0,0 +1,9 @@
#!/usr/bin/env bash
## Shows a dropdown menu to start, stop or view the status of screensharing
case "$(echo -e " Start\n Stop\n Status" | bemenu-run.sh -l 4 -p "Screensharing:")" in
" Start") screenshare.sh ;;
" Stop") screenshare.sh stop ;;
" Status") screenshare.sh is-recording ;;
esac

14
.config/sway/bin/lock.sh Executable file
View File

@ -0,0 +1,14 @@
#!/usr/bin/env bash
swaylock --daemonize \
--indicator-radius 100 \
--indicator-thickness 12 \
--ring-color 2E3440 \
--key-hl-color ECEFF4 \
--line-color 88C0D0 \
--inside-color 00000088 \
--separator-color 00000000 \
--text-color ECEFF4 \
--text-caps-lock-color ECEFF4 \
--show-failed-attempts \
-i /home/paramah/Wallpapers/relax.png