This commit is contained in:
Schrottkatze 2023-07-29 17:19:17 +02:00
parent 8683bfee42
commit 63de3a8832
9 changed files with 817 additions and 65 deletions

View file

@ -61,8 +61,12 @@ in with lib; {
};
config = mkIf cfg.enable {
fonts.fonts = with pkgs; [
nerdfonts montserrat noto-fonts atkinson-hyperlegible
(nerdfonts.override { fonts = [ "FiraCode" ]; })
montserrat
noto-fonts
atkinson-hyperlegible
];
fonts.fontDir.enable = true;
i18n.inputMethod = {
enabled = "fcitx5";
@ -151,7 +155,7 @@ in with lib; {
# from environment.systemPackages cleanup
font-manager xdotool xorg.xwininfo gparted librewolf firefox uhk-agent
cool-retro-term xdg-desktop-portal-gtk nheko obsidian virt-manager
ddccontrol-db firebird-emu godot gitg gpick qdirstat ffmpeg_5
ddccontrol-db firebird-emu godot gitg gpick qdirstat ffmpeg_5
# external

View file

@ -71,7 +71,7 @@
"module/memory" = {
type = "internal/memory";
interval = 2;
format-prefix = " ";
format-prefix = "󰍛 ";
format-prefix-foreground = "\${colors.primary}";
label = "%percentage_used:2%%";
};
@ -79,7 +79,7 @@
"module/cpu" = {
type = "internal/cpu";
interval = "2";
format-prefix = " ";
format-prefix = " ";
format-prefix-foreground = "\${colors.primary}";
label = "%percentage:2%%";
};
@ -106,14 +106,14 @@
adapter = "ADP1";
time-format = "%H:%M";
label-charging = "%percentage%% %time%";
format-charging = "<ramp-capacity> <label-charging>";
format-charging = "<ramp-capacity> 󰚥 <label-charging>";
label-discharging = "%percentage%% %time%";
format-discharging = "<ramp-capacity> <label-discharging>";
label-full = "%percentage%%";
format-full = " <label-full>";
format-full = "󰁹 <label-full>";
label-low = "%percentage%%";
format-low = " <label-low>";
ramp.capacity = [ "" "" "" "" "" "" "" "" "" "" ];
format-low = "󰂎 <label-low>";
ramp.capacity = [ "󰁺" "󰁻" "󰁼" "󰁽" "󰁾" "󰁿" "󰂀" "󰂁" "󰂂" "󰁹" ];
};
"module/date" = {