diff options
Diffstat (limited to '.config')
-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 } |