diff options
author | Aspen Smith <root@gws.fyi> | 2024-03-31T18·11-0400 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-03-31T18·33+0000 |
commit | 1cebb775f1b8a5ca9d149c23df453a5f56f95fb8 (patch) | |
tree | d55dcce9ce4bcf0e7fe8fdc846e3c5a2fca6b9bc /users/aspen/system/home/modules/i3.nix | |
parent | 55ab8b1e6a0d6fad331cc7b6c748ff30a856c385 (diff) |
feat(aspen/system): Switch linux user login to aspen r/7813
Change-Id: I10369a20db3f1be92caf0bace94e8beb6af1dbaa Reviewed-on: https://cl.tvl.fyi/c/depot/+/11302 Tested-by: BuildkiteCI Autosubmit: aspen <root@gws.fyi> Reviewed-by: aspen <root@gws.fyi>
Diffstat (limited to 'users/aspen/system/home/modules/i3.nix')
-rw-r--r-- | users/aspen/system/home/modules/i3.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/aspen/system/home/modules/i3.nix b/users/aspen/system/home/modules/i3.nix index 1ce842af20e6..34bd7f1b2ac6 100644 --- a/users/aspen/system/home/modules/i3.nix +++ b/users/aspen/system/home/modules/i3.nix @@ -290,14 +290,14 @@ in } external_script inbox { - script_path = '${emacsclient "(grfn/num-inbox-items-message)"}' + script_path = '${emacsclient "(aspen/num-inbox-items-message)"}' format = 'Inbox: {output}' cache_timeout = 120 color = "#93a1a1" } external_script current_task { - script_path = '${emacsclient "(grfn/org-current-clocked-in-task-message)"}' + script_path = '${emacsclient "(aspen/org-current-clocked-in-task-message)"}' # format = '{output}' cache_timeout = 60 color = "#93a1a1" |