Skip to content

Commit

Permalink
feat: cal -3
Browse files Browse the repository at this point in the history
  • Loading branch information
konradmalik committed Sep 26, 2024
1 parent 15a0632 commit 57d1c7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let
terminal = "${pkgs.alacritty}/bin/alacritty";
terminal-spawn = cmd: "${terminal} -e $SHELL -i -c \"${cmd}\"";

calendar = terminal-spawn "${cal} && sleep infinity";
calendar = terminal-spawn "${cal} -3 && sleep infinity";
systemMonitor = terminal-spawn btm;

# Function to simplify making waybar outputs
Expand Down

0 comments on commit 57d1c7a

Please sign in to comment.