feat: add i3 config

This commit is contained in:
2021-03-30 23:01:21 -05:00
parent 01268d9a6d
commit 226bdf1934
28 changed files with 4171 additions and 0 deletions

View File

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