New configuration based on xfce4 + bpswm. No more tint2

This commit is contained in:
2024-06-29 18:25:01 -06:00
parent e06469f47b
commit 72ae9f6ce7
40 changed files with 1560 additions and 252 deletions

View File

@@ -1,6 +1,25 @@
configuration {
modes: [ combi ];
combi-modes: [ window, drun, run, dmenu ];
font: "Inconsolata 13";
}
@theme "theme"
@theme "theme"
window {
location: north;
anchor: north;
background-color: @background;
border: 1;
padding: 5;
y-offset: 29;
}
element-icon {
size: 1em;
padding: 2px;
}
element-text {
vertical-align: 0.5;
}