fonts and hyprland

This commit is contained in:
Reid 2024-05-06 20:21:00 -07:00
parent 34e16f9ccf
commit abc75f79f8
6 changed files with 51 additions and 59 deletions

View file

@ -26,7 +26,7 @@ in {
mainBar = {
layer = "top";
position = "top";
#spacing = 4;
spacing = 4;
height = 30;
margin-top = 6;
margin-left = 6;
@ -116,7 +116,7 @@ in {
rewrite = {
"(.*) Mozilla Firefox" = "$1"; # the dash here is SLIGHTLY different. Wow
"(.*) - Visual Studio Code" = "$1";
#"(.*\\.nix\\s.*)" = "";
"(.*\\.nix\\s.*)" = " $1";
"(\\S+\\.html\\s.*)" = " $1";
"(\\S+\\.css\\s.*)" = " $1";
"(\\S+\\.js\\s.*)" = " $1";