From 1d43d899eea1702000bafb7a0d435b3dfcdf9cc8 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Mon, 5 Jun 2023 11:55:20 -0400 Subject: [PATCH] breaking\!: last commit before trying hyprland --- sway/config | 1 + wofi/style.css | 44 -------------------------------------------- 2 files changed, 1 insertion(+), 44 deletions(-) delete mode 100644 wofi/style.css diff --git a/sway/config b/sway/config index ee08df25..27a33157 100755 --- a/sway/config +++ b/sway/config @@ -47,6 +47,7 @@ exec bash -c "sleep 6; /opt/tutanota-desktop/tutanota-desktop -a" exec bash -c "sleep 7; galaxybudsclient /StartMinimized" exec eww daemon +exec eww open tablet-toggle exec sudo input-emulator start touch --x-max 1920 --y-max 1200 --slots 4 exec_always $HOME/.config/lisgd/config diff --git a/wofi/style.css b/wofi/style.css deleted file mode 100644 index 33a5a949..00000000 --- a/wofi/style.css +++ /dev/null @@ -1,44 +0,0 @@ -window { -margin: 0px; -border: none; -border-radius: 10px; -background-color: RGBA(40, 42, 54, 0.5); -} - -#input { -margin: 5px; -border: none; -color: #f8f8f2; -background-color: #44475a; -} - -#inner-box { -margin: 5px; -border: none; -border-radius: 10px; -background-color: RGBA(40, 42, 54, 0); -} - -#outer-box { -margin: 5px; -border: none; -border-radius: 10px; -background-color: RGBA(40, 42, 54, 0.5); -} - -#scroll { -margin: 0px; -border: none; -border-radius: 10px; -} - -#text { -margin: 5px; -border: none; -color: #f8f8f2; -font: SF Pro; -} - -#entry:selected { -background-color: RGBA(68, 71, 90, 0.5); -}