From ecb07c26d90c83daef9275901ed72d5bc9f1a79b Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Wed, 9 Sep 2020 12:05:16 +0200 Subject: [PATCH] Small fixes --- conky/conky.conf | 3 ++- conky/todo.conf | 2 +- i3/config | 12 ++++++------ neofetch/config.conf | 5 +++-- picom/picom.conf | 3 ++- termite/config | 2 +- 6 files changed, 15 insertions(+), 12 deletions(-) diff --git a/conky/conky.conf b/conky/conky.conf index db5b58c..98bd249 100644 --- a/conky/conky.conf +++ b/conky/conky.conf @@ -26,7 +26,8 @@ conky.config = { out_to_x = true, own_window = true, own_window_class = 'Conky', - own_window_type = 'override', + own_window_type = 'override', + own_window_title = 'Conky', own_window_transparent = true, show_graph_range = false, show_graph_scale = false, diff --git a/conky/todo.conf b/conky/todo.conf index b42366d..401c46e 100644 --- a/conky/todo.conf +++ b/conky/todo.conf @@ -24,7 +24,7 @@ conky.config = { out_to_stderr = false, out_to_x = true, own_window = true, - own_window_class = 'Conky', + own_window_class = 'conky', own_window_type = 'override', own_window_transparent = true, show_graph_range = false, diff --git a/i3/config b/i3/config index e99477d..2bdfbd2 100644 --- a/i3/config +++ b/i3/config @@ -176,15 +176,15 @@ set $urgent-bg-color #E53935 set $indicator-color #474747 # window colors -# border background text indicator -client.focused $bg-color $bg-color $text-color $indicator-color -client.unfocused $inactive-bg-color $inactive-bg-color $inactive-text-color $indicator-color +# border background text indicator +client.focused $bg-color $bg-color $text-color $indicator-color +client.unfocused $inactive-bg-color $inactive-bg-color $inactive-text-color $indicator-color client.focused_inactive $inactive-bg-color $inactive-bg-color $inactive-text-color $indicator-color -client.urgent $urgent-bg-color $urgent-bg-color $text-color $indicator-color +client.urgent $urgent-bg-color $urgent-bg-color $text-color $indicator-color # Border -new_window pixel 3 -new_float pixel 3 +new_window pixel 0 +new_float pixel 0 hide_edge_borders both # Start i3bar to display a workspace bar (plus the system information i3status diff --git a/neofetch/config.conf b/neofetch/config.conf index 3a9f76c..47742e2 100644 --- a/neofetch/config.conf +++ b/neofetch/config.conf @@ -51,7 +51,7 @@ print_info() { # Example: # on: '4.8.9-1-ARCH' # off: 'Linux 4.8.9-1-ARCH' -kernel_shorthand="on" +kernel_shorthand="off" # Distro @@ -627,7 +627,8 @@ disk_display="off" # Values: 'ascii', 'caca', 'chafa', 'jp2a', 'iterm2', 'off', # 'termpix', 'pixterm', 'tycat', 'w3m', 'kitty' # Flag: --backend -image_backend="w3m" +# image_backend="w3m" +image_backend="ascii" # Image Source # diff --git a/picom/picom.conf b/picom/picom.conf index d3ac1af..e90502d 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -8,7 +8,7 @@ # unless explicitly requested using the wintypes option. # # shadow = false -shadow = true; +shadow = false; # The blur radius for shadows, in pixels. (defaults to 12) # shadow-radius = 12 @@ -45,6 +45,7 @@ shadow-offset-y = -7; # shadow-exclude = [] shadow-exclude = [ "name = 'Notification'", + "name = 'Conky'", "class_g = 'Conky'", "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'", diff --git a/termite/config b/termite/config index 611be5d..a6adea1 100644 --- a/termite/config +++ b/termite/config @@ -1,5 +1,5 @@ [options] -font = Source Code Pro 9 +font = Source Code Pro 10 [colors] # Base16 Default Dark