Set up startpage

This commit is contained in:
Elnu 2023-01-10 20:19:20 -08:00
parent 602e6a4d6b
commit bda6b363a1
22 changed files with 488 additions and 48 deletions

View file

@ -22,8 +22,8 @@ in
tray-position = "right";
font-0 = "Noto Sans Mono;2";
font-1 = "Noto Sans CJK JP;2";
background = "${colors.background}";
foreground = "${colors.foreground}";
background = "${colors.bg0}";
foreground = "${colors.fg0}";
width = "100%";
height = "24pt";
line-size = "3pt";
@ -52,7 +52,7 @@ in
"module/xworkspaces" = {
type = "internal/xworkspaces";
label-active-background = "${colors.background-alt}";
label-active-background = "${colors.bg1}";
label-active-underline = "${colors.primary}";
label-active-padding-right = 1;