Updates Polybar

This commit is contained in:
Stephan Raabe
2023-04-06 14:30:10 +02:00
parent 80c0f7c22e
commit 172809495b
8 changed files with 51 additions and 23 deletions

View File

@@ -10,12 +10,11 @@
*/
configuration {
display-drun: "Applications:";
display-window: "Windows:";
display-drun: "Applications";
display-window: "Windows";
drun-display-format: "{name}";
font: "Fira Sans 11";
font: "Fira Sans SemiBold 11";
modi: "window,run,drun";
lines: 10;
}
/* Dark theme. */
@@ -25,9 +24,12 @@ configuration {
width:700px;
}
#window {
border:2px;
border-color:@foreground;
element {
padding:6;
}
element-text selected {
text-color:@background;
}
/* vim: ft=sass