Small fixes

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

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

@ -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,

@ -183,8 +183,8 @@ client.focused_inactive $inactive-bg-color $inactive-bg-color $inactive-text-col
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

@ -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
#

@ -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'",

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

Loading…
Cancel
Save