Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion modules/quickshell/shell-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,12 @@

# Generate the illogical-impulse config.json as a file in the nix store
illogicalImpulseConfig = pkgs.writeText "illogical-impulse-config.json" (builtins.toJSON {
# Minimal set of panels for better performance
# Panels to enable
enabledPanels = [
"iiBar"
"iiBackground"
"iiLock"
"iiMediaControls"
"iiNotificationPopup"
"iiOnScreenDisplay"
"iiOverview"
Expand Down
Loading