Add Gruvbox Dark Soft Theme to termite and polybar

This commit is contained in:
Thomas Dehaeze 2019-04-05 09:28:01 +02:00
parent 6f553d9fbb
commit a26aeb546b
3 changed files with 352 additions and 358 deletions

View File

@ -6,54 +6,103 @@
:header-args+: :comments both :mkdirp yes :header-args+: :comments both :mkdirp yes
:END: :END:
** Colors
#+begin_src conf
#define base00 #32302f
#define base01 #3c3836
#define base02 #504945
#define base03 #665c54
#define base04 #bdae93
#define base05 #d5c4a1
#define base06 #ebdbb2
#define base07 #fbf1c7
#define base08 #fb4934
#define base09 #fe8019
#define base0A #fabd2f
#define base0B #b8bb26
#define base0C #8ec07c
#define base0D #83a598
#define base0E #d3869b
#define base0F #d65d0e
*foreground: base05
#ifdef background_opacity
*background: [background_opacity]base00
#else
*background: base00
#endif
*cursorColor: base05
*color0: base00
*color1: base08
*color2: base0B
*color3: base0A
*color4: base0D
*color5: base0E
*color6: base0C
*color7: base05
*color8: base03
*color9: base08
*color10: base0B
*color11: base0A
*color12: base0D
*color13: base0E
*color14: base0C
*color15: base07
! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt),
! use 'shell' template to set these if necessary
*color16: base09
*color17: base0F
*color18: base01
*color19: base02
*color20: base04
*color21: base06
#+end_src
** XFT ** XFT
#+BEGIN_SRC conf #+BEGIN_SRC conf
! Xft.dpi: 96 Xft.dpi: 96
Xft.dpi: 96 Xft.autohint: 0
Xft.autohint: 0 Xft.lcdfilter: lcddefault
Xft.lcdfilter: lcddefault Xft.hintstyle: hintfull
Xft.hintstyle: hintfull Xft.hinting: 1
Xft.hinting: 1 Xft.antialias: 1
Xft.antialias: 1 Xft.rgba: rgb
Xft.rgba: rgb
#+END_SRC #+END_SRC
** Xcursor ** Xcursor
#+BEGIN_SRC conf #+BEGIN_SRC conf
Xcursor.theme: Adwaita Xcursor.theme: Breeze
Xcursor.size: 0 Xcursor.size: 0
#+END_SRC #+END_SRC
** URxvt ** URxvt
#+BEGIN_SRC conf #+BEGIN_SRC conf
URxvt*termName: screen-256color URxvt*termName: screen-256color
URxvt*geometry: 240x84 URxvt*geometry: 240x84
URxvt*loginShell: true URxvt*loginShell: true
URxvt*scrollstyle: plain URxvt*scrollstyle: plain
URxvt*scrollTtyKeypress: true URxvt*scrollTtyKeypress: true
URxvt*scrollTtyOutput: false URxvt*scrollTtyOutput: false
URxvt*scrollWithBuffer: false URxvt*scrollWithBuffer: false
URxvt*secondaryScreen: true URxvt*secondaryScreen: true
URxvt*secondaryScroll: true URxvt*secondaryScroll: true
URxvt*skipScroll: true URxvt*skipScroll: true
URxvt*scrollBar: false URxvt*scrollBar: false
URxvt*scrollBar_right: false URxvt*scrollBar_right: false
URxvt*scrollBar_floating: false URxvt*scrollBar_floating: false
URxvt*utmpInhibit: false URxvt*utmpInhibit: false
URxvt*urgentOnBell: false URxvt*urgentOnBell: false
URxvt*visualBell: true URxvt*visualBell: true
URxvt*mapAlert: true URxvt*mapAlert: true
URxvt*mouseWheelScrollPage: true URxvt*mouseWheelScrollPage: true
URxvt*font: xft:SauceCodePro Nerd Font Mono:size=10 URxvt*font: xft:SauceCodePro Nerd Font Mono:size=10
URxvt*boldFont: xft:SauceCodePro Nerd Font Mono:bold:size=10 URxvt*boldFont: xft:SauceCodePro Nerd Font Mono:bold:size=10
URxvt.perl-ext-common: selection-to-clipboard URxvt.perl-ext-common: selection-to-clipboard
URxvt.keysym.C-S-c: perl:clipboard:copy URxvt.keysym.C-S-c: perl:clipboard:copy
URxvt.keysym.C-S-v: perl:clipboard:paste URxvt.keysym.C-S-v: perl:clipboard:paste
#+END_SRC
** Custom Colors
#+BEGIN_SRC conf
#include ".Xresources.d/colors"
#+END_SRC #+END_SRC
* Redshift * Redshift
@ -142,30 +191,26 @@ URxvt.keysym.C-S-v: perl:clipboard:paste
* GTK * GTK
** GTK-2.0 ** GTK-2.0
:PROPERTIES: :PROPERTIES:
:header-args: :tangle ~/.gtkrc-2.0 :header-args: :tangle ~/.gtkrc-2.0.mine
:header-args+: :comments both :mkdirp yes :header-args+: :comments both :mkdirp yes
:END: :END:
#+BEGIN_SRC conf #+BEGIN_SRC conf
# DO NOT EDIT! This file will be overwritten by LXAppearance. gtk-theme-name="Arc-Dark"
# Any customization should be done in ~/.gtkrc-2.0.mine instead. gtk-icon-theme-name="Arc"
gtk-font-name="SauceCodePro Nerd Font Mono 10"
include "/home/tdehaeze/.gtkrc-2.0.mine" gtk-cursor-theme-name="xcursor-breeze"
gtk-theme-name="Adapta-Nokto-Eta-Maia" gtk-cursor-theme-size=0
gtk-icon-theme-name="ePapirus" gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-font-name="SauceCodePro Nerd Font Mono 10" gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-cursor-theme-name="Adwaita" gtk-button-images=1
gtk-cursor-theme-size=0 gtk-menu-images=1
gtk-toolbar-style=GTK_TOOLBAR_BOTH gtk-enable-event-sounds=1
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-enable-input-feedback-sounds=1
gtk-button-images=1 gtk-xft-antialias=1
gtk-menu-images=1 gtk-xft-hinting=1
gtk-enable-event-sounds=1 gtk-xft-hintstyle="hintfull"
gtk-enable-input-feedback-sounds=1 gtk-xft-rgba="rgb"
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle="hintfull"
gtk-xft-rgba="rgb"
#+END_SRC #+END_SRC
** GTK-3.0 ** GTK-3.0
@ -175,22 +220,22 @@ gtk-xft-rgba="rgb"
:END: :END:
#+BEGIN_SRC conf #+BEGIN_SRC conf
[Settings] [Settings]
gtk-theme-name=Adwaita gtk-theme-name=Arc-Dark
gtk-icon-theme-name=Faenza-Radiance gtk-icon-theme-name=Arc
gtk-font-name=Cantarell 8 gtk-font-name=SauceCodePro Nerd Font Mono 10
gtk-cursor-theme-name=Adwaita gtk-cursor-theme-name=xcursor-breeze
gtk-cursor-theme-size=0 gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1 gtk-button-images=1
gtk-menu-images=1 gtk-menu-images=1
gtk-enable-event-sounds=1 gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1 gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1 gtk-xft-antialias=1
gtk-xft-hinting=1 gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb gtk-xft-rgba=rgb
#+END_SRC #+END_SRC
* Input * Input
@ -200,11 +245,11 @@ gtk-xft-rgba=rgb
:END: :END:
#+BEGIN_SRC conf #+BEGIN_SRC conf
# Single tab for autocompletion # Single tab for autocompletion
set show-all-if-ambiguous on set show-all-if-ambiguous on
# Ignore case for completion # Ignore case for completion
set completion-ignore-case on set completion-ignore-case on
#+END_SRC #+END_SRC
* Mailcap * Mailcap
@ -303,12 +348,12 @@ set completion-ignore-case on
:END: :END:
#+BEGIN_SRC conf #+BEGIN_SRC conf
REGEXP (((http|https|ftp|gopher)|mailto)[.:][^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):] REGEXP (((http|https|ftp|gopher)|mailto)[.:][^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):]
COMMAND nohup qutebrowser %s </dev/null &>/dev/null & COMMAND nohup qutebrowser %s </dev/null &>/dev/null &
#+END_SRC #+END_SRC
* xinit * TODO xinit
:PROPERTIES: :PROPERTIES:
:header-args: :tangle ~/.xinitrc :header-args: :tangle ~/.xinitrc
:header-args+: :comments both :mkdirp yes :header-args+: :comments both :mkdirp yes
@ -322,7 +367,7 @@ COMMAND nohup qutebrowser %s </dev/null &>/dev/null &
sysmodmap=/etc/X11/xinit/.Xmodmap sysmodmap=/etc/X11/xinit/.Xmodmap
#+END_SRC #+END_SRC
merge in defaults and keymaps Merge in defaults and keymaps
#+BEGIN_SRC conf #+BEGIN_SRC conf
if [ -f $sysresources ]; then if [ -f $sysresources ]; then
xrdb -merge $sysresources xrdb -merge $sysresources
@ -341,7 +386,7 @@ merge in defaults and keymaps
fi fi
#+END_SRC #+END_SRC
start some nice programs Start some nice programs
#+BEGIN_SRC conf #+BEGIN_SRC conf
if [ -d /etc/X11/xinit/xinitrc.d ] ; then if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
@ -353,17 +398,50 @@ start some nice programs
hiDPI hiDPI
#+BEGIN_SRC conf #+BEGIN_SRC conf
export GDK_SCALE=1 # export GDK_SCALE=1
export GDK_DPI_SCALE=0.95 # export GDK_DPI_SCALE=0.95
export QT_SCREEN_SCALE_FACTORS=0.9 # export QT_SCREEN_SCALE_FACTORS=0.9
export QT_AUTO_SCREEN_SCALE_FACTOR=2 # export QT_AUTO_SCREEN_SCALE_FACTOR=2
export QT_SCALE_FACTOR=2 # export QT_SCALE_FACTOR=2
#+END_SRC #+END_SRC
Keyboard Options
#+begin_src conf
# Set repetition keyboard rate
xset r rate 200 40
# Set International US keyboard layout
setxkbmap -layout us -variant intl -option caps:escape
#+end_src
#+BEGIN_SRC conf #+BEGIN_SRC conf
export XDG_CURRENT_DESKTOP=Budgie:GNOME get_session(){
exec budgie-desktop local dbus_args=(--sh-syntax --exit-with-session)
case $1 in
awesome) dbus_args+=(awesome) ;;
bspwm) dbus_args+=(bspwm-session) ;;
budgie) dbus_args+=(budgie-desktop) ;;
cinnamon) dbus_args+=(cinnamon-session) ;;
deepin) dbus_args+=(startdde) ;;
enlightenment) dbus_args+=(enlightenment_start) ;;
fluxbox) dbus_args+=(startfluxbox) ;;
gnome) dbus_args+=(gnome-session) ;;
i3|i3wm) dbus_args+=(i3 --shmlog-size 0) ;;
jwm) dbus_args+=(jwm) ;;
kde) dbus_args+=(startkde) ;;
lxde) dbus_args+=(startlxde) ;;
lxqt) dbus_args+=(lxqt-session) ;;
mate) dbus_args+=(mate-session) ;;
xfce) dbus_args+=(xfce4-session) ;;
openbox) dbus_args+=(openbox-session) ;;
,*) dbus_args+=($DEFAULT_SESSION) ;;
esac
echo "dbus-launch ${dbus_args[*]}"
}
exec $(get_session)
exec i3
#+END_SRC #+END_SRC
* GnuPG * GnuPG
@ -377,7 +455,7 @@ hiDPI
default-cache-ttl 60480000 default-cache-ttl 60480000
#+END_SRC #+END_SRC
* Dunst * TODO Dunst
:PROPERTIES: :PROPERTIES:
:header-args: :tangle ~/.config/dunst/dunstrc :header-args: :tangle ~/.config/dunst/dunstrc
:header-args+: :comments both :mkdirp yes :header-args+: :comments both :mkdirp yes
@ -522,8 +600,7 @@ hiDPI
icon_position = left icon_position = left
# Paths to default icons. # Paths to default icons.
# icon_path = /usr/share/icons/Adwaita/16x16/status/:/usr/share/icons/Adwaita/16x16/devices/ icon_path = /usr/share/icons/Arc/16x16/status/:/usr/share/icons/Arc/16x16/devices/
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
# Limit icons size. # Limit icons size.
max_icon_size=40 max_icon_size=40
@ -986,16 +1063,14 @@ stop-screensaver = "yes"
# ============================================================= # =============================================================
#+END_SRC #+END_SRC
* Zathura * TODO Zathura
:PROPERTIES: :PROPERTIES:
:header-args: :tangle ~/.config/zathura/zathurarc :header-args: :tangle ~/.config/zathura/zathurarc
:header-args+: :comments both :mkdirp yes :header-args+: :comments both :mkdirp yes
:END: :END:
- [ ] I should add a Theme
#+BEGIN_SRC conf #+BEGIN_SRC conf
# Include the theme file
include zathurarc.theme
# Use clipboard # Use clipboard
set selection-clipboard clipboard set selection-clipboard clipboard
@ -1023,7 +1098,7 @@ stop-screensaver = "yes"
map m toggle_statusbar map m toggle_statusbar
#+END_SRC #+END_SRC
* Compton * TODO Compton
:PROPERTIES: :PROPERTIES:
:header-args: :tangle ~/.config/compton.conf :header-args: :tangle ~/.config/compton.conf
:header-args+: :comments both :mkdirp yes :header-args+: :comments both :mkdirp yes
@ -1031,33 +1106,33 @@ stop-screensaver = "yes"
** Shadow ** Shadow
#+BEGIN_SRC conf #+BEGIN_SRC conf
shadow = false; shadow = false;
# no-dnd-shadow = true; # no-dnd-shadow = true;
no-dock-shadow = true; no-dock-shadow = true;
clear-shadow = true; clear-shadow = true;
detect-rounded-corners = true; detect-rounded-corners = true;
shadow-radius = 5; shadow-radius = 5;
shadow-offset-x = 1; shadow-offset-x = 1;
shadow-offset-y = 1; shadow-offset-y = 1;
shadow-opacity = .3; shadow-opacity = .3;
shadow-ignore-shaped = false; shadow-ignore-shaped = false;
shadow-exclude = [ shadow-exclude = [
"name = 'Notification'", "name = 'Notification'",
# workaround for conky until it provides window properties: # workaround for conky until it provides window properties:
"override_redirect = 1 && !WM_CLASS@:s", "override_redirect = 1 && !WM_CLASS@:s",
"class_g ?= 'Dmenu'", "class_g ?= 'Dmenu'",
# "class_g ?= 'Dunst'", # "class_g ?= 'Dunst'",
# disable shadows for hidden windows: # disable shadows for hidden windows:
"_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
"_GTK_FRAME_EXTENTS@:c", "_GTK_FRAME_EXTENTS@:c",
# disables shadows on sticky windows: # disables shadows on sticky windows:
# "_NET_WM_STATE@:32a *= '_NET_WM_STATE_STICKY'", # "_NET_WM_STATE@:32a *= '_NET_WM_STATE_STICKY'",
# disables shadows on i3 frames # disables shadows on i3 frames
"class_g ?= 'i3-frame'" "class_g ?= 'i3-frame'"
]; ];
# shadow-exclude-reg = "x10+0+0"; # shadow-exclude-reg = "x10+0+0";
# xinerama-shadow-crop = true; # xinerama-shadow-crop = true;
#+END_SRC #+END_SRC
@ -1074,83 +1149,83 @@ blur-kern = "3x3box";
** TODO Fading ** TODO Fading
#+BEGIN_SRC conf #+BEGIN_SRC conf
fading = false; fading = false;
fade-delta = 1; fade-delta = 1;
fade-in-step = 0.03; fade-in-step = 0.03;
fade-out-step = 0.03; fade-out-step = 0.03;
fade-exclude = [ ]; fade-exclude = [ ];
#+END_SRC #+END_SRC
#+BEGIN_SRC conf #+BEGIN_SRC conf
backend = "xrender"; backend = "xrender";
mark-wmwin-focused = true; mark-wmwin-focused = true;
mark-ovredir-focused = true; mark-ovredir-focused = true;
detect-client-opacity = true; detect-client-opacity = true;
unredir-if-possible = true; unredir-if-possible = true;
refresh-rate = 0; refresh-rate = 0;
vsync = "none"; vsync = "none";
dbe = false; dbe = false;
paint-on-overlay = true; paint-on-overlay = true;
focus-exclude = [ "class_g = 'Cairo-clock'" ]; focus-exclude = [ "class_g = 'Cairo-clock'" ];
detect-transient = true; detect-transient = true;
detect-client-leader = true; detect-client-leader = true;
invert-color-include = [ ]; invert-color-include = [ ];
glx-copy-from-front = false; glx-copy-from-front = false;
glx-swap-method = "undefined"; glx-swap-method = "undefined";
#+END_SRC #+END_SRC
Opacity Rules for specific windows Opacity Rules for specific windows
#+BEGIN_SRC conf #+BEGIN_SRC conf
#opacity-rule = [ #opacity-rule = [
#"99:name *?= 'Call'", #"99:name *?= 'Call'",
#"99:class_g = 'Chromium'", #"99:class_g = 'Chromium'",
#"99:name *?= 'Conky'", #"99:name *?= 'Conky'",
#"99:class_g = 'Darktable'", #"99:class_g = 'Darktable'",
#"50:class_g = 'Dmenu'", #"50:class_g = 'Dmenu'",
#"99:name *?= 'Event'", #"99:name *?= 'Event'",
#"99:class_g = 'Firefox'", #"99:class_g = 'Firefox'",
#"99:class_g = 'GIMP'", #"99:class_g = 'GIMP'",
#"99:name *?= 'Image'", #"99:name *?= 'Image'",
#"99:class_g = 'Lazpaint'", #"99:class_g = 'Lazpaint'",
#"99:class_g = 'Midori'", #"99:class_g = 'Midori'",
#"99:name *?= 'Minitube'", #"99:name *?= 'Minitube'",
#"99:class_g = 'Mousepad'", #"99:class_g = 'Mousepad'",
#"99:name *?= 'MuseScore'", #"99:name *?= 'MuseScore'",
#"90:name *?= 'Page Info'", #"90:name *?= 'Page Info'",
#"99:name *?= 'Pale Moon'", #"99:name *?= 'Pale Moon'",
#"90:name *?= 'Panel'", #"90:name *?= 'Panel'",
#"99:class_g = 'Pinta'", #"99:class_g = 'Pinta'",
#"90:name *?= 'Restart'", #"90:name *?= 'Restart'",
#"99:name *?= 'sudo'", #"99:name *?= 'sudo'",
#"99:name *?= 'Screenshot'", #"99:name *?= 'Screenshot'",
#"99:class_g = 'Viewnior'", #"99:class_g = 'Viewnior'",
#"99:class_g = 'VirtualBox'", #"99:class_g = 'VirtualBox'",
#"99:name *?= 'VLC'", #"99:name *?= 'VLC'",
#"99:name *?= 'Write'", #"99:name *?= 'Write'",
#"93:class_g = 'URxvt' && !_NET_WM_STATE@:32a", #"93:class_g = 'URxvt' && !_NET_WM_STATE@:32a",
#"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", #"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
#"96:_NET_WM_STATE@:32a *= '_NET_WM_STATE_STICKY'" #"96:_NET_WM_STATE@:32a *= '_NET_WM_STATE_STICKY'"
#]; #];
#+END_SRC #+END_SRC
#+BEGIN_SRC conf #+BEGIN_SRC conf
wintypes : wintypes :
{
tooltip :
{ {
fade = true; tooltip :
shadow = false; {
opacity = 0.85; fade = true;
focus = true; shadow = false;
opacity = 0.85;
focus = true;
};
fullscreen :
{
fade = true;
shadow = false;
opacity = 1;
focus = true;
};
}; };
fullscreen :
{
fade = true;
shadow = false;
opacity = 1;
focus = true;
};
};
#+END_SRC #+END_SRC
* Locale * Locale
@ -1218,29 +1293,29 @@ wintypes :
:END: :END:
#+BEGIN_SRC conf #+BEGIN_SRC conf
_rofi () { _rofi () {
rofi -dmenu -i -no-levenshtein-sort -width 1000 "$@" rofi -dmenu -i -no-levenshtein-sort -width 1000 "$@"
} }
#+END_SRC #+END_SRC
display settings Display settings
#+BEGIN_SRC conf #+BEGIN_SRC conf
display_type=1 display_type=1
max_str_width=80 max_str_width=80
#+END_SRC #+END_SRC
keybindings Keybindings
#+BEGIN_SRC conf #+BEGIN_SRC conf
switch_view="Alt+Tab" switch_view="Alt+Tab"
new_bookmark="Alt+n" new_bookmark="Alt+n"
actions="Alt+a" actions="Alt+a"
edit="Alt+e" edit="Alt+e"
delete="Alt+d" delete="Alt+d"
#+END_SRC #+END_SRC
colors Colors
#+BEGIN_SRC conf #+BEGIN_SRC conf
help_color="#2d7ed8" help_color="#2d7ed8"
#+END_SRC #+END_SRC
* Clipit - Clipboard Manager * Clipit - Clipboard Manager
@ -1277,90 +1352,6 @@ help_color="#2d7ed8"
offline_mode=false offline_mode=false
#+END_SRC #+END_SRC
* Conky
:PROPERTIES:
:header-args: :tangle ~/.config/conky/conky.conf
:header-args+: :comments both :mkdirp yes
:END:
#+BEGIN_SRC conf
conky.config = {
alignment = 'top_left',
background = false,
border_width = 0,
color0 = 'white',
color1 = 'black',
color5 = '#F69CDA',
--cpu_avg_samples = 2,
--default_color = 'white',
--default_bar_height = 6,
--default_bar_width = 0,
--default_gauge_height = 25,
--default_gauge_width = 40,
--default_graph_height = 25,
--default_graph_width = ,
--default_outline_color = 'white',
--default_shade_color = 'white',
--disable_auto_reload = true,
diskio_avg_samples = 3,
--display = ,
--xinerama_head = ,
double_buffer = true,
--draw_borders = false,
--draw_graph_borders = true,
--draw_outline = false,
--draw_shades = false,
--extra_newline = false,
font = 'SauceCodePro Nerd Font:size=12',
gap_x = 3285,
gap_y = 80,
--http_refresh = false,
if_up_strictness = 'link',
--max_text_width = 0,
--max_user_text = 16384,
--maximum_width = ,
--minimum_height = 5,
--minimum_width = 5,
net_avg_samples = 4,
--no_buffers = true,
--nvidia_display = ,
--out_to_console = false,
--out_to_http = false,
--out_to_ncurses = false,
--out_to_stderr = false,
--out_to_x = true,
--override_utf8_locale = true,
own_window = true,
--own_window_class = 'Conky',
--own_window_title = 'conky0 (<hostname>)'
own_window_argb_visual = true,
own_window_argb_value = 0,
--own_window_transparent = yes,
own_window_type = 'override',
--short_units = true,
--show_graph_scale = false,
--show_graph_range = false,
--stippled_borders = 0,
--text_buffer_size = 256,
--top_cpu_separate = true,
--top_name_verbose = true,
--top_name_width = 15,
--total_run_times = 0,
update_interval = 0.5,
update_interval_on_battery = 1,
use_spacer = 'none',
use_xft = true
}
conky.text = [[
$color5${hr 2}
${alignc}${color0}${font SauceCodePro Nerd Font:pixelsize=80}${time %I:%M}$font
${alignc}${time %d}$color ${time %B} ${time %Y}
]]
#+END_SRC
* Scrot * Scrot
:PROPERTIES: :PROPERTIES:
:header-args: :tangle ~/.config/i3-scrot.conf :header-args: :tangle ~/.config/i3-scrot.conf
@ -1371,7 +1362,7 @@ help_color="#2d7ed8"
scrot_dir=$HOME/Pictures scrot_dir=$HOME/Pictures
#+END_SRC #+END_SRC
* Nitrogen * TODO Nitrogen
:PROPERTIES: :PROPERTIES:
:header-args: :tangle ~/.config/nitrogen/nitrogen.cfg :header-args: :tangle ~/.config/nitrogen/nitrogen.cfg
:header-args+: :comments both :mkdirp yes :header-args+: :comments both :mkdirp yes

View File

@ -5,42 +5,42 @@
* Colors * Colors
#+begin_src conf #+begin_src conf
[colors] [colors]
base00 = ${xrdb:color0:#000000} base00 = ${xrdb:color0:#000000}
base01 = ${xrdb:color10:#000000} base01 = ${xrdb:color10:#000000}
base02 = ${xrdb:color11:#000000} base02 = ${xrdb:color11:#000000}
base03 = ${xrdb:color8:#000000} base03 = ${xrdb:color8:#000000}
base04 = ${xrdb:color12:#000000} base04 = ${xrdb:color12:#000000}
base05 = ${xrdb:color7:#000000} base05 = ${xrdb:color7:#000000}
base06 = ${xrdb:color13:#000000} base06 = ${xrdb:color13:#000000}
base07 = ${xrdb:color15:#000000} base07 = ${xrdb:color15:#000000}
base08 = ${xrdb:color1:#000000} base08 = ${xrdb:color1:#000000}
base09 = ${xrdb:color9:#000000} base09 = ${xrdb:color9:#000000}
base0A = ${xrdb:color3:#000000} base0A = ${xrdb:color3:#000000}
base0B = ${xrdb:color2:#000000} base0B = ${xrdb:color2:#000000}
base0C = ${xrdb:color6:#000000} base0C = ${xrdb:color6:#000000}
base0D = ${xrdb:color4:#000000} base0D = ${xrdb:color4:#000000}
base0E = ${xrdb:color5:#000000} base0E = ${xrdb:color5:#000000}
base0F = ${xrdb:color14:#000000} base0F = ${xrdb:color14:#000000}
; based on http://chriskempson.com/projects/base16/ ; based on http://chriskempson.com/projects/base16/
background = ${colors.base00} background = ${colors.base00}
background-light = ${colors.base01} background-light = ${colors.base01}
background-selection = ${colors.base02} background-selection = ${colors.base02}
comments = ${colors.base03} comments = ${colors.base03}
foreground-dark = ${colors.base04} foreground-dark = ${colors.base04}
foreground = ${colors.base05} foreground = ${colors.base05}
foreground-light = ${colors.base06} foreground-light = ${colors.base06}
foreground-light-bis = ${colors.base07} foreground-light-bis = ${colors.base07}
red = ${colors.base08} red = ${colors.base08}
orange = ${colors.base09} orange = ${colors.base09}
brown = ${colors.base0A} brown = ${colors.base0A}
green = ${colors.base0B} green = ${colors.base0B}
turquoise = ${colors.base0C} turquoise = ${colors.base0C}
blue = ${colors.base0D} blue = ${colors.base0D}
purple = ${colors.base0E} purple = ${colors.base0E}
magenta = ${colors.base0F} magenta = ${colors.base0F}
black = ${#000000} black = ${#000000}
#+end_src #+end_src
* VM * VM

View File

@ -54,49 +54,52 @@
* Colors * Colors
#+BEGIN_SRC conf #+BEGIN_SRC conf
[colors] [colors]
foreground = #586e75 # Base16 Gruvbox dark, soft
foreground_bold = #073642 # Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
cursor = #073642
cursor_foreground = #fdf6e3
background = rgb(253, 246, 227)
# 16 color space foreground = #d5c4a1
foreground_bold = #ebdbb2
cursor = #ebdbb2
cursor_foreground = #32302f
background = rgba(50, 48, 47)
# Black, Gray, Silver, White # 16 color space
color0 = #fdf6e3
color8 = #839496
color7 = #586e75
color15 = #002b36
# Red # Black, Gray, Silver, White
color1 = #dc322f color0 = #32302f
color9 = #dc322f color8 = #665c54
color7 = #d5c4a1
color15 = #fbf1c7
# Green # Red
color2 = #859900 color1 = #fb4934
color10 = #859900 color9 = #fb4934
# Yellow # Green
color3 = #b58900 color2 = #b8bb26
color11 = #b58900 color10 = #b8bb26
# Blue # Yellow
color4 = #268bd2 color3 = #fabd2f
color12 = #268bd2 color11 = #fabd2f
# Purple # Blue
color5 = #6c71c4 color4 = #83a598
color13 = #6c71c4 color12 = #83a598
# Teal # Purple
color6 = #2aa198 color5 = #d3869b
color14 = #2aa198 color13 = #d3869b
# Extra colors # Teal
color16 = #cb4b16 color6 = #8ec07c
color17 = #d33682 color14 = #8ec07c
color18 = #eee8d5
color19 = #93a1a1 # Extra colors
color20 = #657b83 color16 = #fe8019
color21 = #073642 color17 = #d65d0e
color18 = #3c3836
color19 = #504945
color20 = #bdae93
color21 = #ebdbb2
#+END_SRC #+END_SRC