Compare commits

..

No commits in common. "1527b7f9b9021f4ead8e42deb980330e7c333436" and "f1bda719c6c7cabe521fab6af1278b57748390eb" have entirely different histories.

7 changed files with 7 additions and 15 deletions

View file

@ -1,4 +1,4 @@
.window_name { .window_name {
font-family: "Monaspace Krypton"; font-family: "JetBrains Mono", "Font Awesome 6 Free", sans-serif;
font-size: 1.4rem; font-size: 1.4rem;
} }

View file

@ -2,14 +2,13 @@
background-color: $bg1-a; background-color: $bg1-a;
border-radius: 25px; border-radius: 25px;
.icon, .icon, .icon label {
.icon label { font-family: "Material Symbols Outlined";
font-family: "JetBrainsMono Nerd Font", "Material Symbols Outlined"; font-size: 1.15rem;
font-size: 1.2rem;
} }
.value { .value {
margin: 0 10px; margin: 0 9px;
} }
.focused { .focused {

View file

@ -34,7 +34,7 @@
background-color: $bg-a; background-color: $bg-a;
color: $fg; color: $fg;
font-family: "JetBrainsMono Nerd Font"; font-family: "JetBrains Mono", "Jost *", sans-serif;
label { label {
font-size: 14px; font-size: 14px;

View file

@ -25,7 +25,6 @@ in {
gawk gawk
netcat-openbsd netcat-openbsd
jq jq
bc
util-linux util-linux
systemd systemd
bluez bluez

View file

@ -16,7 +16,7 @@
"SUPER, W, killactive," "SUPER, W, killactive,"
"SUPER, F, togglefloating," "SUPER, F, togglefloating,"
"SUPER, Space, fullscreen, 0" "SUPER, Space, fullscreen, 0"
"SUPER_SHIFT, Space, fullscreen, 1" # maximize "SUPER, Space_SHIFT, fullscreen, 1" # maximize
"SUPER_SHIFT, S, layoutmsg, togglesplit" "SUPER_SHIFT, S, layoutmsg, togglesplit"
# #

View file

@ -62,7 +62,6 @@
".mozilla" ".mozilla"
".mullvad" ".mullvad"
".config/chromium" ".config/chromium"
".config/spotify"
".config/vesktop" ".config/vesktop"
".local/share/gnupg" ".local/share/gnupg"
".local/share/zoxide" ".local/share/zoxide"

View file

@ -101,10 +101,5 @@ in {
}) })
]; ];
}; };
environment.systemPackages = with pkgs; [
# Tool for searching and previewing installed fonts
font-manager
];
}; };
} }