feat: last laptop changes

This commit is contained in:
2025-12-21 23:01:18 +01:00
parent 6ab3745c18
commit 715437738a
20 changed files with 1614 additions and 6 deletions

23
rofi/getinfo.rasi Normal file
View File

@@ -0,0 +1,23 @@
/* Confirm Dialog */
@import "colors.rasi"
* {
background-color: @bg;
text-color: @fg;
}
window {
width: 225px;
padding: 25px;
border: 0px 0px 4px 0px;
border-radius: 0px;
border-color: @ac;
location: center;
y-offset: -2em;
}
entry {
expand: true;
text-color: @fg;
}