mirror of
https://github.com/tomru/hlwm-config.git
synced 2026-03-03 06:27:20 +01:00
way too many changes for one commit
This commit is contained in:
59
styling.sh
59
styling.sh
@@ -1,28 +1,47 @@
|
||||
#!/bin/bash -x
|
||||
CFGDIR=$HOME/.config/herbstluftwm
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
$CFGDIR/wallpaper.sh
|
||||
hc() {
|
||||
herbstclient "$@"
|
||||
}
|
||||
|
||||
./wallpaper.sh
|
||||
|
||||
# frame/window styling
|
||||
hc attr theme.tiling.reset 1
|
||||
hc attr theme.floating.reset 1
|
||||
|
||||
herbstclient set frame_border_active_color '#eee8d5'
|
||||
herbstclient set frame_border_normal_color '#475152'
|
||||
herbstclient set frame_bg_transparent 1
|
||||
herbstclient set frame_border_width 1
|
||||
herbstclient set frame_active_opacity 80
|
||||
herbstclient set frame_normal_opacity 80
|
||||
herbstclient set frame_gap 4
|
||||
herbstclient set frame_padding 0
|
||||
herbstclient set always_show_frame 1
|
||||
herbstclient set smart_frame_surroundings 1
|
||||
hc attr theme.active.color '#9fbc00'
|
||||
hc attr theme.normal.color '#454545'
|
||||
hc attr theme.urgent.color orange
|
||||
hc attr theme.inner_width 1
|
||||
hc attr theme.inner_color black
|
||||
hc attr theme.border_width 3
|
||||
hc attr theme.floating.border_width 4
|
||||
hc attr theme.floating.outer_width 1
|
||||
hc attr theme.floating.outer_color black
|
||||
hc attr theme.active.inner_color '#3E4A00'
|
||||
hc attr theme.active.outer_color '#3E4A00'
|
||||
hc attr theme.background_color '#141414'
|
||||
|
||||
herbstclient set window_border_width 2
|
||||
herbstclient set window_border_inner_width 0
|
||||
herbstclient set window_border_normal_color '#0a1b22'
|
||||
herbstclient set window_border_active_color '#d9e5e7'
|
||||
herbstclient set window_gap 0
|
||||
herbstclient set smart_window_surroundings 1
|
||||
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
|
||||
|
||||
|
||||
herbstclient set mouse_recenter_gap 0
|
||||
hc set mouse_recenter_gap 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user