"initial" commit :D

This commit is contained in:
Thomas Ruoff
2018-04-03 23:17:34 +02:00
commit ed3d2e04b9
15 changed files with 484 additions and 0 deletions

30
styling.sh Executable file
View File

@@ -0,0 +1,30 @@
#!/bin/sh
hc=herbstclient
CFGDIR=$HOME/.config/herbstluftwm
$CFGDIR/wallpaper.sh
# frame/window styling
$hc set frame_border_active_color '#eee8d5'
$hc set frame_border_normal_color '#475152'
$hc set frame_bg_transparent 1
$hc set frame_border_width 1
$hc set frame_active_opacity 80
$hc set frame_normal_opacity 80
$hc set frame_gap 4
$hc set frame_padding 0
$hc set always_show_frame 1
$hc set smart_frame_surroundings 1
$hc set window_border_width 2
$hc set window_border_inner_width 0
$hc set window_border_normal_color '#0a1b22'
$hc set window_border_active_color '#d9e5e7'
$hc set window_gap 0
$hc set smart_window_surroundings 1
$hc set mouse_recenter_gap 0