2024-12-07 17:20 : id 258

This commit is contained in:
deadvey 2024-12-07 17:20:56 +00:00
parent 55bc71c766
commit a0e4fb4df9

View File

@ -15,7 +15,7 @@ let
# Programs # Programs
MENU = "fuzzel"; MENU = "fuzzel";
TERMINAL = "kitty"; TERMINAL = "kitty";
BROWSER = "vimb --cmd 'set dark-mode=on|set header=Referer,DNT=1'"; BROWSER = "librewolf";
# Numbers # Numbers
GAPS_IN = "30"; GAPS_IN = "30";
@ -278,10 +278,10 @@ in
layer = "top"; layer = "top";
name = "right"; name = "right";
position = "left"; position = "left";
modules-center = [ "custom/firefox" ]; modules-center = [ "custom/browser" ];
"custom/firefox" = { "custom/browser" = {
format = "F"; format = "B";
on-click = "firefox"; on-click = "${BROWSER}";
}; };
}; };
bottom = { bottom = {