diff options
author | jdlugosz963 <jdlugosz963@gmail.com> | 2022-07-27 10:21:31 +0200 |
---|---|---|
committer | jdlugosz963 <jdlugosz963@gmail.com> | 2022-07-27 10:21:31 +0200 |
commit | e317f2db74fa024b58c2c0d4bc0e1df0f489c290 (patch) | |
tree | c2993cee49292a6f9caba7f2060dffd27217b347 /.config/qtile/config.org | |
parent | a85a918840c4403882cc0fe0d013008722d8fc65 (diff) | |
download | dotfiles-e317f2db74fa024b58c2c0d4bc0e1df0f489c290.tar.gz dotfiles-e317f2db74fa024b58c2c0d4bc0e1df0f489c290.zip |
Add systray widget to my qtile config
Diffstat (limited to '.config/qtile/config.org')
-rw-r--r-- | .config/qtile/config.org | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/qtile/config.org b/.config/qtile/config.org index 54892f6..be587dc 100644 --- a/.config/qtile/config.org +++ b/.config/qtile/config.org | |||
@@ -250,7 +250,9 @@ screens = [ | |||
250 | widget.Sep(**soft_sep), | 250 | widget.Sep(**soft_sep), |
251 | widget.Clock(format='📅 %B %-d, %H:%M', foreground=CYAN), | 251 | widget.Clock(format='📅 %B %-d, %H:%M', foreground=CYAN), |
252 | widget.Sep(**soft_sep), | 252 | widget.Sep(**soft_sep), |
253 | widget.CurrentScreen() | 253 | widget.CurrentScreen(), |
254 | widget.Sep(**soft_sep), | ||
255 | widget.Systray() | ||
254 | ], | 256 | ], |
255 | 24, | 257 | 24, |
256 | margin=8, | 258 | margin=8, |