feat(polybar): update polybar style

This commit is contained in:
Anhgelus Morhtuuzh 2023-07-25 23:46:05 +02:00
parent 9f00495503
commit c57e8ab185
No known key found for this signature in database
GPG key ID: 7765EC9C8383805F
604 changed files with 86703 additions and 181 deletions

View file

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