Replace application launcher with anyrun

This commit is contained in:
Michel Fedde 2025-04-05 12:39:33 +02:00
parent 694538092c
commit 0c0a9d66b3
8 changed files with 97 additions and 3 deletions

View file

@ -2,3 +2,4 @@ $border-radius: 0.3rem;
$box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
$box-shadow-inner: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
$box-shadow-outer: rgba(0, 0, 0, 0.35) 0px 5px 15px;