Compare commits

..

2 Commits

Author SHA1 Message Date
Noah Masur
013f67c0a8 partially fill out vars for git 2024-02-16 20:56:28 -05:00
Noah Masur
fb145e5772 monochrome polybar icons 2024-02-16 20:56:03 -05:00
2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ in {
# TODO: fix with variables # TODO: fix with variables
xdg.configFile."git/personal".text = '' xdg.configFile."git/personal".text = ''
[user] [user]
name = "Noah Masur" name = "${config.fullName}"
email = "7386960+nmasur@users.noreply.github.com" email = "7386960+nmasur@users.noreply.github.com"
''; '';

View File

@ -141,7 +141,7 @@
format-volume = "<ramp-volume> <label-volume>"; format-volume = "<ramp-volume> <label-volume>";
# format-volume-background = colors.background; # format-volume-background = colors.background;
# label-volume-background = colors.background; # label-volume-background = colors.background;
format-volume-foreground = config.theme.colors.base0B; format-volume-foreground = config.theme.colors.base04;
label-volume = "%percentage%%"; label-volume = "%percentage%%";
label-muted = "󰝟 ---"; label-muted = "󰝟 ---";
label-muted-foreground = config.theme.colors.base03; label-muted-foreground = config.theme.colors.base03;
@ -197,7 +197,7 @@
date = "%d %b %l:%M %p"; date = "%d %b %l:%M %p";
date-alt = "%Y-%m-%d %H:%M:%S"; date-alt = "%Y-%m-%d %H:%M:%S";
label = "%date%"; label = "%date%";
label-foreground = config.theme.colors.base0A; label-foreground = config.theme.colors.base06;
# format-background = colors.background; # format-background = colors.background;
}; };
"module/keyboard" = { "module/keyboard" = {