Merge branch 'main' of github.com:pogmommy/dotfiles

This commit is contained in:
Penelope Gwen 2024-04-09 01:16:55 -06:00
commit 8d4bac5b99
11 changed files with 14 additions and 17 deletions

View file

@ -0,0 +1,9 @@
#!/bin/bash
git clone https://git.sr.ht/~kennylevinsen/gtkgreet
cd gtkgreet
meson build
ninja -C build
sudo mv build/gtkgreet/gtkgreet /usr/local/bin

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

View file

@ -1 +1 @@
meson wayland-protocols libpcre2-dev libjson-c-dev libpango-1.0-0 libcairo2-dev wget librust-wayland-server-dev libdrm-dev libxkbcommon-dev libudev-dev libgbm-dev libinput-dev libxcb-dri3-dev libseat-dev libxcb-present-dev libxcb-composite0-dev librust-pango-dev libxcb-icccm4-dev libgdk-pixbuf-2.0-dev libxcb-res0-dev libgles2-mesa-dev libxcb-render-util0-dev libxcb-xinput-dev libsystemd-dev scdoc libvulkan-dev glslang-tools foot libdisplay-info1 libfcft4t64 libliftoff0 libwlroots12t64 libxcb-ewmh2 sway-backgrounds swaybg wmenu cmake
meson wayland-protocols libpcre2-dev libjson-c-dev libpango-1.0-0 libcairo2-dev wget libdrm-dev libxkbcommon-dev libudev-dev libgbm-dev libinput-dev libxcb-dri3-dev libseat-dev libxcb-present-dev libxcb-composite0-dev libxcb-icccm4-dev libgdk-pixbuf-2.0-dev libxcb-res0-dev libgles2-mesa-dev libxcb-render-util0-dev libxcb-xinput-dev libsystemd-dev scdoc libvulkan-dev glslang-tools foot libdisplay-info1 libfcft4t64 libliftoff0 libwlroots12t64 libxcb-ewmh2 sway-backgrounds swaybg wmenu cmake

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}" )