aboutsummaryrefslogtreecommitdiffstats
path: root/.config/init/vars
blob: 32dd1d225878e2a19a39289b0308440eb21f1297 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
############
#  themes  #
############

# Arch Blue
#wallpaper='arch-sloppity.png'
#bg_normal='#333333'
#fg_normal='#efefef'
#bg_focus='#00aad4'
#fg_focus='#efefef'
#bg_urgent='#ff4070'
#fg_urgent='#efefef'
#
#std_grey='#ababab'
#std_red='#ff6699'
#std_green='#d5f85f'
#std_yellow='#ffa466'
#std_blue='#00aad4'

# Section 9
#wallpaper='gits-city.jpg'
#bg_normal='#333333'
#fg_normal='#efefef'
#bg_focus='#714BA7'
#fg_focus='#efefef'
#bg_urgent='#ff4070'
#fg_urgent='#efefef'
#
#std_grey='#ababab'
#std_red='#ff6699'
#std_green='#d5f85f'
#std_yellow='#ffa466'
#std_blue='#00aad4'

# Lain Bed
#wallpaper='lain-bed.png'
#bg_normal='#262626'
#fg_normal='#c1b48e'
#bg_focus='#d0758b'
#fg_focus='#efefef'
#bg_urgent='#ff4070'
#fg_urgent='#efefef'
#
#std_grey='#808080'
#std_red='#d0758b'
#std_green='#d0758b'
#std_yellow='#d0758b'
#std_blue='#d0758b'

# Aigis
#wallpaper='aigis-1920x1080.png'
#bg_normal='#262626'
#fg_normal='#c1b48e'
#bg_focus='#d0758b'
#fg_focus='#efefef'
#bg_urgent='#ff4070'
#fg_urgent='#efefef'
#
#std_grey='#566a72'
#std_red='#ba5654'
#std_green='#badbb4'
#std_yellow='#b9c780'
#std_blue='#99cff3'

# Pink
wallpaper='kuvshinov-ilya.png'

std_black='#262626'
std_red='#ed4047'
std_green='#72c76f'
std_yellow='#f0b73d'
std_blue='#0075a6'
std_magenta='#d95784'
std_cyan='#5afad4'
std_white='#e5e8ca'

light_black='#566a72'
light_red='#ff666c'
light_green='#a2f7a1'
light_yellow='#ffcf69'
light_blue='#0094bf'
light_magenta='#e07499'
light_cyan='#a6f5df'
light_white='#ffffff'

bg_normal="$std_black"
fg_normal="$std_white"
bg_focus="$std_magenta"
fg_focus="$light_white"
bg_urgent="$std_red"
fg_urgent="$light_white"


###############
#  misc vars  #
###############

bheight=20

# icon font
ifont='-*-stlarch-medium-r-*-*-*-*-*-*-*-*-*-*'
ifont_off='-2'

# bar font
bfont='Droid Sans Mono'
bfont_size='9'
bfont_off='-1'

# jp font
jfont='Togoshi Mono'
jfont_size='10'
jfont_off='0'

# backup font
bkfont='Noto Sans'
bkfont_size='10'
bkfont_off='0'

# main font
mfont='Droid Sans Mono'
mfont_size='10'
dmenu_args=( -fn "${bfont}:size=${bfont_size}" -h "$bheight"
             -nb "$bg_normal" -nf "$fg_normal" -sb "$bg_focus"
			 -sf "$fg_focus" )


###############
#  functions  #
###############
hc() {
	herbstclient "$@"
}