[Polybar] Add polybar-themes installation script
This commit is contained in:
parent
a36d2ab52f
commit
50e02d4258
386 changed files with 58661 additions and 0 deletions
25
polybar/panels/menu/xubuntu/message.rasi
Normal file
25
polybar/panels/menu/xubuntu/message.rasi
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
/* Confirm Dialog */
|
||||
|
||||
@import "colors.rasi"
|
||||
|
||||
* {
|
||||
background-color: @bg;
|
||||
text-color: @fg;
|
||||
font: "Iosevka Nerd Font 10";
|
||||
}
|
||||
|
||||
window {
|
||||
width: 310px;
|
||||
padding: 20px;
|
||||
border: 1px;
|
||||
border-radius: 0px;
|
||||
border-color: @bd;
|
||||
location: center;
|
||||
y-offset: -2em;
|
||||
}
|
||||
|
||||
entry {
|
||||
expand: true;
|
||||
text-color: @fg;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue