2024-12-07 17:20 : id 258
This commit is contained in:
parent
55bc71c766
commit
a0e4fb4df9
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user