This commit is contained in:
mjallen18
2025-11-12 20:01:54 -06:00
parent b42d9eff71
commit c2766e82af
4 changed files with 20 additions and 60 deletions

View File

@@ -82,7 +82,7 @@ in
autostartCommands = [
"[silent] firefox"
"[silent] vesktop"
"[silent] discord"
"[silent] chromium --app=\"https://music.apple.com\""
"[silent] steam"
];
@@ -94,7 +94,7 @@ in
keybinds = {
bind = [
"$mod, A, exec, chromium --app=\"https://music.apple.com\""
"$mod, C, exec, vesktop"
"$mod, C, exec, discord"
"$mod, G, exec, steam"
];
};
@@ -128,22 +128,11 @@ in
layer = "bottom";
networkInterface = "wlp9s0";
modules-right = [
"custom/lights"
"temperature"
"temperature#gpu"
"keyboard-state#capslock"
"keyboard-state#numlock"
"wireplumber#sink"
"wireplumber#source"
"bluetooth"
"network"
"idle_inhibitor"
"clock"
"custom/weather"
];
network.interface = "wlp9s0";
temperature = {
cpu.enable = true;
gpu.enable = true;
};
extraModules = {
"custom/lights" = {