breaking\!: last commit before trying hyprland

This commit is contained in:
matt1432 2023-06-05 11:55:20 -04:00
parent bdc1c4daa2
commit 1d43d899ee
2 changed files with 1 additions and 44 deletions

View file

@ -47,6 +47,7 @@ exec bash -c "sleep 6; /opt/tutanota-desktop/tutanota-desktop -a"
exec bash -c "sleep 7; galaxybudsclient /StartMinimized" exec bash -c "sleep 7; galaxybudsclient /StartMinimized"
exec eww daemon exec eww daemon
exec eww open tablet-toggle
exec sudo input-emulator start touch --x-max 1920 --y-max 1200 --slots 4 exec sudo input-emulator start touch --x-max 1920 --y-max 1200 --slots 4
exec_always $HOME/.config/lisgd/config exec_always $HOME/.config/lisgd/config

View file

@ -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);
}