breaking\!: last commit before trying hyprland
This commit is contained in:
parent
bdc1c4daa2
commit
1d43d899ee
2 changed files with 1 additions and 44 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
Loading…
Reference in a new issue