Small fixes

lightmode
E. Almqvist 4 years ago
parent a3014604bf
commit ecb07c26d9
  1. 3
      conky/conky.conf
  2. 2
      conky/todo.conf
  3. 12
      i3/config
  4. 5
      neofetch/config.conf
  5. 3
      picom/picom.conf
  6. 2
      termite/config

@ -26,7 +26,8 @@ conky.config = {
out_to_x = true, out_to_x = true,
own_window = true, own_window = true,
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_type = 'override', own_window_type = 'override',
own_window_title = 'Conky',
own_window_transparent = true, own_window_transparent = true,
show_graph_range = false, show_graph_range = false,
show_graph_scale = false, show_graph_scale = false,

@ -24,7 +24,7 @@ conky.config = {
out_to_stderr = false, out_to_stderr = false,
out_to_x = true, out_to_x = true,
own_window = true, own_window = true,
own_window_class = 'Conky', own_window_class = 'conky',
own_window_type = 'override', own_window_type = 'override',
own_window_transparent = true, own_window_transparent = true,
show_graph_range = false, show_graph_range = false,

@ -176,15 +176,15 @@ set $urgent-bg-color #E53935
set $indicator-color #474747 set $indicator-color #474747
# window colors # window colors
# border background text indicator # border background text indicator
client.focused $bg-color $bg-color $text-color $indicator-color client.focused $bg-color $bg-color $text-color $indicator-color
client.unfocused $inactive-bg-color $inactive-bg-color $inactive-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.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 # Border
new_window pixel 3 new_window pixel 0
new_float pixel 3 new_float pixel 0
hide_edge_borders both hide_edge_borders both
# Start i3bar to display a workspace bar (plus the system information i3status # Start i3bar to display a workspace bar (plus the system information i3status

@ -51,7 +51,7 @@ print_info() {
# Example: # Example:
# on: '4.8.9-1-ARCH' # on: '4.8.9-1-ARCH'
# off: 'Linux 4.8.9-1-ARCH' # off: 'Linux 4.8.9-1-ARCH'
kernel_shorthand="on" kernel_shorthand="off"
# Distro # Distro
@ -627,7 +627,8 @@ disk_display="off"
# Values: 'ascii', 'caca', 'chafa', 'jp2a', 'iterm2', 'off', # Values: 'ascii', 'caca', 'chafa', 'jp2a', 'iterm2', 'off',
# 'termpix', 'pixterm', 'tycat', 'w3m', 'kitty' # 'termpix', 'pixterm', 'tycat', 'w3m', 'kitty'
# Flag: --backend # Flag: --backend
image_backend="w3m" # image_backend="w3m"
image_backend="ascii"
# Image Source # Image Source
# #

@ -8,7 +8,7 @@
# unless explicitly requested using the wintypes option. # unless explicitly requested using the wintypes option.
# #
# shadow = false # shadow = false
shadow = true; shadow = false;
# The blur radius for shadows, in pixels. (defaults to 12) # The blur radius for shadows, in pixels. (defaults to 12)
# shadow-radius = 12 # shadow-radius = 12
@ -45,6 +45,7 @@ shadow-offset-y = -7;
# shadow-exclude = [] # shadow-exclude = []
shadow-exclude = [ shadow-exclude = [
"name = 'Notification'", "name = 'Notification'",
"name = 'Conky'",
"class_g = 'Conky'", "class_g = 'Conky'",
"class_g ?= 'Notify-osd'", "class_g ?= 'Notify-osd'",
"class_g = 'Cairo-clock'", "class_g = 'Cairo-clock'",

@ -1,5 +1,5 @@
[options] [options]
font = Source Code Pro 9 font = Source Code Pro 10
[colors] [colors]
# Base16 Default Dark # Base16 Default Dark

Loading…
Cancel
Save