New backup 2024-04-09 00:30:03

This commit is contained in:
Penelope Gwen 2024-04-09 00:30:03 -06:00
parent 1ad9768b21
commit 3a775e3696
12 changed files with 16 additions and 4 deletions

View file

@ -1 +1 @@
waybar wl-clipboard sway-notification-center blueman swayidle network-manager-gnome syncthing-gtk wofi swaylock
waybar wl-clipboard sway-notification-center blueman swayidle network-manager-gnome syncthing-gtk wofi swaylock rustup

View file

@ -1,5 +1,7 @@
#!/bin/bash
echo "nothing to do!"
cargo install --locked multibg-sway
pipx install autotiling
#echo "nothing to do!"
exit

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 MiB

After

Width:  |  Height:  |  Size: 922 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 804 KiB

After

Width:  |  Height:  |  Size: 1.6 MiB

View file

@ -12,4 +12,4 @@ gtk-launch com.nextcloud.desktopclient.nextcloud.desktop & \
#flatpak run --branch=stable --arch=aarch64 --command=nextcloud --file-forwarding com.nextcloud.desktopclient.nextcloud & \
gtk-launch ${device_discord_app} & \
#gtk-launch xyz.armcord.ArmCord.desktop & \
proton-mailbridge -n
#bridge-arm64 -n

View file

@ -1,11 +1,12 @@
#!/usr/bin/env bash
op=$( echo -e " Development\n School\n Work" | wofi -i --dmenu --width 250 --height 260 | awk '{print $2}' )
#--width 300 --height 150
echo "$op"
case $op in
Development|School|Work)
break
# ws="$op"
;;
*)
exit 1;;
@ -23,3 +24,4 @@ done
echo "new_ws: $new_ws"
swaymsg workspace "${new_ws}"
sway reload
#swaymsg exec "MOZ_ENABLE_WAYLAND=1 flatpak run one.ablaze.floorp -P $op"

View file

@ -4,6 +4,12 @@ op=$( echo -e "Output\nWindow\nRegion" | wofi -i --dmenu --width 250 --height 26
echo "$op"
#case $op in
# development|school|work)
# ws="$op"
# ;;
#esac
sleep 0.5
mkdir -p "$HOME/.tmp/sway-screenshot/"
sway-screenshot -m $op --output-folder "$HOME/.tmp/sway-screenshot/"

View file

@ -4,6 +4,8 @@ current_ws=$(swaymsg -t get_workspaces | jq '.[] | select(.focused==true)|.name'
current_ws="${current_ws//[[:digit:]\"]/}"
#echo "'${current_ws}'"
if [[ -z "${current_ws}" ]];then current_ws="Personal";fi
options=$( ls "$HOME/.config/sway/scripts/shortcuts/${current_ws}" )