diff options
author | Joe <rbo@gmx.us> | 2024-10-14 16:09:00 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-10-14 16:09:00 +0200 |
commit | d1331d4e2d1de111ca89a46a8e234a5cd8492dc2 (patch) | |
tree | df41ecc90408408c2a1479e295d19b1727ab5347 | |
parent | conkyup (diff) | |
download | dotfiles-bsd-d1331d4e2d1de111ca89a46a8e234a5cd8492dc2.tar.gz dotfiles-bsd-d1331d4e2d1de111ca89a46a8e234a5cd8492dc2.tar.bz2 dotfiles-bsd-d1331d4e2d1de111ca89a46a8e234a5cd8492dc2.tar.xz dotfiles-bsd-d1331d4e2d1de111ca89a46a8e234a5cd8492dc2.tar.zst dotfiles-bsd-d1331d4e2d1de111ca89a46a8e234a5cd8492dc2.zip |
test
-rw-r--r-- | .config/conky/conkyrc | 6 | ||||
-rw-r--r-- | .config/x11/xinitrc | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/.config/conky/conkyrc b/.config/conky/conkyrc index 6e5062e..b59a0ad 100644 --- a/.config/conky/conkyrc +++ b/.config/conky/conkyrc @@ -1,9 +1,11 @@ +# vim ft=sh + conky.config = { alignment = 'left', background = false, own_window = true, own_window_class = 'Desktop', - own_window_type = 'desktop', + own_window_type = 'override', own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', own_window_transparent = false, own_window_argb_visual = true, @@ -19,7 +21,7 @@ conky.config = { template0 = '\\n', if_up_strictness = address, format_human_readable = true, - update_interval = 1, + update_interval = 0.5, uppercase = false, override_utf8_locale = true, stippled_borders = 0, diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 3d80eab..c904355 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -52,10 +52,11 @@ dunst_shit() { } start_apps() { + [ $host = "po-rbo" ] && /home/r_bousset/.local/bin/pipe startif copyq startif nextcloud startif rclone-browser - startif teams + startif nixGL teams-for-linux startif thunderbird startif firefox } |