-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathXresources-regolith
60 lines (50 loc) · 2.08 KB
/
Xresources-regolith
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
#! -- Styles - Colors
#include "/etc/regolith/styles/lascaille/color"
! -- Styles - Fonts
! #include "/etc/regolith/styles/lascaille/typeface"
! Typeface: JetBrains Mono
#define typeface_bar_glyph JetBrains Mono Medium 11
#define typeface_wm pango:JetBrains Mono Medium 11
#define typeface_bar pango:JetBrains Mono Medium 11, Material Design Icons 11
#define typeface_rofi JetBrains Mono Medium 14
#define typeface_terminal JetBrains Mono:pixelsize=14:antialias=true:autohint=true
#define typeface_gnome_terminal JetBrains Mono 12
#define typeface_bar_glyph_wifi
#define typeface_bar_glyph_wired
#define typeface_bar_glyph_up
#define typeface_bar_glyph_dn
#define typeface_bar_glyph_cpu
#define typeface_bar_glyph_battery_100
#define typeface_bar_glyph_battery_80
#define typeface_bar_glyph_battery_50
#define typeface_bar_glyph_battery_20
#define typeface_bar_glyph_battery_0
#define typeface_bar_glyph_battery_charging
#define typeface_bar_glyph_battery_ac
#define typeface_bar_glyph_battery_unknown
#define typeface_bar_glyph_time
#define typeface_bar_glyph_workspace
#define typeface_bar_glyph_disk
#define typeface_bar_glyph_media_playing
#define typeface_bar_glyph_media_paused
#define typeface_bar_glyph_notify_none
#define typeface_bar_glyph_notify_some
#define typeface_bar_glyph_notify_error
#define typeface_bar_glyph_help
#define typeface_bar_glyph_thermometer
#define typeface_bar_glyph_sound
#define typeface_bar_glyph_mute
#define typeface_bar_glyph_memory
#define typeface_bar_glyph_on
#define typeface_bar_glyph_off
#define typeface_bar_glyph_numlock
#define typeface_bar_glyph_capslock
! -- Styles - Theme
#include "/etc/regolith/styles/lascaille/theme"
! -- Applications
! These files map values defined above into specific app settings.
#include "/etc/regolith/styles/lascaille/st-term"
#include "/etc/regolith/styles/lascaille/i3-wm"
#include "/etc/regolith/styles/i3xrocks"
#include "/etc/regolith/styles/rofi"
#include "/etc/regolith/styles/gnome"