[Polybar] Add polybar-themes installation script

This commit is contained in:
reo6 2023-05-09 11:06:00 +03:00
parent a36d2ab52f
commit 50e02d4258
386 changed files with 58661 additions and 0 deletions

View file

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