Add polybar system tray
This commit is contained in:
parent
4703608c86
commit
527b75331d
1 changed files with 1 additions and 3 deletions
|
@ -18,15 +18,13 @@ in
|
||||||
alsaSupport = true;
|
alsaSupport = true;
|
||||||
};
|
};
|
||||||
config = {
|
config = {
|
||||||
"colors" = {
|
|
||||||
};
|
|
||||||
"bar/top" = {
|
"bar/top" = {
|
||||||
|
tray-position = "right";
|
||||||
font-0 = "Noto Sans Mono;2";
|
font-0 = "Noto Sans Mono;2";
|
||||||
font-1 = "Noto Sans CJK JP;2";
|
font-1 = "Noto Sans CJK JP;2";
|
||||||
background = "${colors.background}";
|
background = "${colors.background}";
|
||||||
foreground = "${colors.foreground}";
|
foreground = "${colors.foreground}";
|
||||||
width = "100%";
|
width = "100%";
|
||||||
|
|
||||||
height = "24pt";
|
height = "24pt";
|
||||||
line-size = "3pt";
|
line-size = "3pt";
|
||||||
padding-right = 1;
|
padding-right = 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue