first commit

This commit is contained in:
Chris Cochrun 2020-05-14 09:05:21 -05:00
commit 78b79e224f
239 changed files with 14912 additions and 0 deletions

24
rofi/power/confirm.rasi Normal file
View file

@ -0,0 +1,24 @@
@import "styles/colors.rasi"
* {
background-color: @background;
text-color: @foreground;
font: "FantasqueSansMono Nerd Font 14";
}
window {
width: 280px;
padding: 30px;
border: 1px;
border-radius: 0px;
border-color: @border;
location: center;
x-offset: 0;
y-offset: -8%;
}
entry {
expand: true;
width: 150px;
text-color: @border;
}