-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathleft.ini
93 lines (77 loc) · 2.53 KB
/
left.ini
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
; ██████╗ ██╗ ██╗ ██████╗ ██╗██╗ ██╗██╗███╗ ██╗ ██████╗
; ██╔══██╗██║ ██║ ██╔══██╗██║██║ ██║██║████╗ ██║██╔════╝
; ██████╔╝██║ █╗ ██║ ██║ ██║██║██║ ██║██║██╔██╗ ██║██║ ███╗
; ██╔══██╗██║███╗██║ ██║ ██║██║╚██╗ ██╔╝██║██║╚██╗██║██║ ██║
; ██████╔╝╚███╔███╔╝ ██████╔╝██║ ╚████╔╝ ██║██║ ╚████║╚██████╔╝
; ╚═════╝ ╚══╝╚══╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝
; Author: Pavel Novák
; Github: https://github.com/Pavel-N
; Description: This is left part of my (Poly)bar used in my BW Diving theme.
; Note: DejaVuSans Mono font is required!
; +==============\
; | Colors |
; +==============/
; |
; |
[colors]
background = #181A1E
foreground = #C5C8C6
disabled = #707880
; +===========\
; | Bar |
; +===========/
; |
; |
[bar/left]
override-redirect = true
monitor = ${env:MONITOR}
wm-restack = bspwm
;> Dimensions + Offsets
width = 21%
height = 22pt
radius = 12
offset-x = 8pt
offset-y = 8pt
;> Appearence
background = ${colors.background}
foreground = ${colors.foreground}
border-size = 0
line-size = 2pt
;> Fonts
font-0 = DejaVuSans Mono:size=13;4
font-1 = DejaVuSans Mono Nerd Font:size=11;4
;> Modules
modules-center = date workspaces
separator = " | "
separator-foreground = ${colors.foreground}
; +==================\
; | Workspaces |
; +==================/
; |
; |
[module/workspaces]
;> General
type = internal/bspwm
pin-worksapces = false
enable-click = true
enable-scroll = false
;> Labels
label-empty = " %name% "
label-empty-foreground = ${colors.disabled}
label-occupied = " %name% "
label-occupied-foreground = ${colors.foreground}
label-occupied-underline = ${colors.foreground}
label-active = " %name% "
label-active-background = ${colors.foreground}
label-active-foreground = ${colors.background}
; +============\
; | Date |
; +============/
; |
; |
[module/date]
type = internal/date
interval = 1
date = " %H:%M:%S"
date-alt = " %d.%m.%y"
label-foreground = ${colors.foreground}