diff options
| author | Mehdi Sadeghi <mehdi@mehdix.org> | 2023-02-08 11:49:44 +0100 |
|---|---|---|
| committer | Mehdi Sadeghi <mehdi@mehdix.org> | 2023-02-08 11:52:03 +0100 |
| commit | 0166b86c8cd4827dc68da35d584b4c40041faf54 (patch) | |
| tree | 853585d15965c030fe4263d00520babba10d0d7a /.config/sway/config | |
| parent | 1f2950e85ba8b1bf6dd7921eff76a0cef7b8b54f (diff) | |
Apply xdg-desktop-portal-wlr config + minor fixes
- Change git credential helper to store credentials
- Add username to i3status
- Add a python keyring workaround
Diffstat (limited to '.config/sway/config')
| -rw-r--r-- | .config/sway/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config index 4cd1a74..4a550f4 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -236,7 +236,7 @@ bar { # When the status_command prints a new line to stdout, swaybar updates. # The default just shows the current date and time. - status_command while date +'%A W%V %Y-%m-%d %l:%M:%S %p'; do sleep 1; done + status_command while echo $USER@$(hostname) $(date +'%A W%V %Y-%m-%d %l:%M:%S %p'); do sleep 1; done colors { statusline #ffffff @@ -257,3 +257,4 @@ exec ~/.config/sway/xdpw # Load machine specific configuration include ~/.config/sway/`hostname` + |
