formatting + waybar icons

This commit is contained in:
Reid 2024-04-05 16:20:03 -07:00
parent 4994eb5bff
commit 46244360db
3 changed files with 53 additions and 49 deletions

View file

@ -56,7 +56,7 @@ in {
boot = {
kernelPackages = pkgs.linuxPackages_latest;
kernelParams=["pci_aspm.policy=performance"];
kernelParams = ["pci_aspm.policy=performance"];
};
# configure keymap in x11

View file

@ -111,6 +111,8 @@ in {
"(.*) Mozilla Firefox" = "$1"; # the dash here is SLIGHTLY different. Wow
"(.*) - Visual Studio Code" = "$1";
#"(.*\\.nix\\s.*)" = "";
"(\\S+\\.html\\s.*)" = " $1";
"(\\S+\\.css\\s.*)" = " $1";
"(\\S+\\.js\\s.*)" = " $1";
"(\\S+\\.ts\\s.*)" = " $1";
"(\\S+\\.go\\s.*)" = " $1";
@ -121,9 +123,11 @@ in {
"(\\S+\\.jsonc?\\s.*)" = " $1";
"(\\S+\\.md\\s.*)" = " $1";
"(\\S+\\.txt\\s.*)" = " $1";
"(\\S+\\.cs\\s.*)" = " $1";
"(\\S+\\.cs\\s.*)" = "󰌛 $1";
"(\\S+\\.c\\s.*)" = " $1";
"(\\S+\\.cpp\\s.*)" = " $1";
"(\\S+\\.zig\\s.*)" = " $1";
"(\\S+\\.rs\\s.*)" = " $1";
"(\\S+\\.hs\\s.*)" = " $1";
".*Discord | (.*) | .*" = "$1 - ArmCord";
#"(.*) - ArmCord" = "$1";