waybar(style): set font font-family + no borders
This commit is contained in:
parent
b00592b9c9
commit
dde025ff0a
1 changed files with 7 additions and 0 deletions
|
|
@ -1,6 +1,13 @@
|
|||
{
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
style = ''
|
||||
* {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family: Victor Mono;
|
||||
}
|
||||
'';
|
||||
settings = {
|
||||
mainBar = {
|
||||
layer = "top";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue