[DSiR v0.92.0.0]

- Migrated from i3status-rs to polybar.
This commit is contained in:
2020-12-27 17:35:32 +00:00
parent 5c96f4d167
commit b35727ce5a
30 changed files with 4182 additions and 29 deletions
@@ -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: 0px;
border-radius: 12px;
border-color: @bg1;
location: center;
y-offset: -2em;
}
entry {
expand: true;
text-color: @bg2;
}