Skip to content

Commit

Permalink
modules/waybar: update date output
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
  • Loading branch information
LudovicoPiero committed Nov 24, 2024
1 parent afb89c7 commit c2f3f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/waybar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
_ = lib.getExe;

waybar-date = pkgs.writeShellScriptBin "waybar-date" ''
date "+%a %d %b %Y"
date "+%Y年%m月%d日"
'';

cfg = config.myOptions.waybar;
Expand Down

0 comments on commit c2f3f2d

Please sign in to comment.