Update polybar and i3

This commit is contained in:
Marco Thomas
2021-02-09 16:19:55 +01:00
parent c9d14b029b
commit 453c7d5c47
7 changed files with 72 additions and 983 deletions

View File

@@ -1,50 +0,0 @@
configuration {
modi: "run,drun,window";
width: 20;
font: "FiraCode Nerd Font 12";
terminal: "alacritty";
disable-history: true;
sidebar-mode: true;
tokenize: true;
m: "-5";
line-margin: 2;
line-padding: 1;
separator-style: "none";
hide-scrollbar: true;
window-format: "{w} {c}";
}
* {
bg: #0F1212;
fg: #e3e3e3;
accent: #131717;
background-color: @bg;
text-color: @fg;
}
window {
padding: 30px;
border-radius: 5px;
}
prompt, entry {
text-color: @fg;
padding: 3px;
}
element {
border-radius: 2px;
padding: 4px;
}
element selected {
background-color: @fg;
text-color: @bg;
}
button selected {
background-color: @fg;
text-color: @bg;
border-radius: 2px;
padding: 3px;
}