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

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

View file

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

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 922 KiB

After

Width:  |  Height:  |  Size: 11 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 804 KiB

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 & \
#bridge-arm64 -n
proton-mailbridge -n

View file

@ -1,12 +1,11 @@
#!/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)
# ws="$op"
break
;;
*)
exit 1;;
@ -24,4 +23,3 @@ 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,12 +4,6 @@ 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,8 +4,6 @@ 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}" )