diff options
author | Shubham Saini <pryr@pryr.xyz> | 2020-09-17 13:35:02 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2020-09-17 13:35:02 +0000 |
commit | 025c2ef519ff7c5d498b2c4aed2591aeb685f85c (patch) | |
tree | caca87cfe402cc08f2e6b8dda2eff914f0e68cad /polybar | |
parent | baa71be6d0cc8e403c0d5b69ed4b40b4c53021ee (diff) |
polybar changes
Diffstat (limited to 'polybar')
-rwxr-xr-x | polybar/.config/polybar/config | 31 |
1 files changed, 20 insertions, 11 deletions
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 82573d1..5d9462d 100755 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config | |||
@@ -1,6 +1,5 @@ | |||
1 | [settings] | 1 | [settings] |
2 | screenchange-reload = true | 2 | screenchange-reload = true |
3 | # wm-restack = bspwm | ||
4 | 3 | ||
5 | [colors] | 4 | [colors] |
6 | #background = ${xrdb:color0:#222} | 5 | #background = ${xrdb:color0:#222} |
@@ -39,6 +38,7 @@ modules-right = bspwm | |||
39 | tray-position = right | 38 | tray-position = right |
40 | cursor-click = pointer | 39 | cursor-click = pointer |
41 | cursor-scroll = ns-resize | 40 | cursor-scroll = ns-resize |
41 | wm-restack = bspwm | ||
42 | 42 | ||
43 | [module/xwindow] | 43 | [module/xwindow] |
44 | type = internal/xwindow | 44 | type = internal/xwindow |
@@ -63,18 +63,18 @@ ws-icon-6 = chat; | |||
63 | ws-icon-7 = game;戮 | 63 | ws-icon-7 = game;戮 |
64 | ws-icon-default = | 64 | ws-icon-default = |
65 | 65 | ||
66 | label-focused = %name% | 66 | label-focused = |
67 | label-focused-foreground = ${xrdb:color6:#ffd7b1} | 67 | label-focused-foreground = ${xrdb:color6:#ffd7b1} |
68 | label-focused-padding = 1 | 68 | label-focused-padding = 1 |
69 | ;label-focused-font = 10 | 69 | ;label-focused-font = 10 |
70 | 70 | ||
71 | label-occupied = %name% | 71 | label-occupied = |
72 | ;label-occupied-foreground = ${xrdb:color15:#85befd} | 72 | ;label-occupied-foreground = ${xrdb:color15:#85befd} |
73 | label-occupied-foreground = #5e5c5c | 73 | label-occupied-foreground = #5e5c5c |
74 | label-occupied-padding = 1 | 74 | label-occupied-padding = 1 |
75 | 75 | ||
76 | label-empty = | 76 | label-empty = |
77 | label-empty-foreground = ${xrdb:color1:#bd2c40} | 77 | label-empty-foreground = #5e5c5c |
78 | label-empty-padding = 1 | 78 | label-empty-padding = 1 |
79 | 79 | ||
80 | ; urgent = Workspace with urgency hint set | 80 | ; urgent = Workspace with urgency hint set |
@@ -110,11 +110,16 @@ format-disconnected = | |||
110 | type = internal/date | 110 | type = internal/date |
111 | interval = 1.0 | 111 | interval = 1.0 |
112 | date = %I:%M %p | 112 | date = %I:%M %p |
113 | label = %date% | ||
114 | label-foreground = #565e65 | ||
115 | format = time <label> | ||
113 | 116 | ||
114 | [module/date] | 117 | [module/date] |
115 | type = internal/date | 118 | type = internal/date |
116 | date = %a, %d %b | 119 | date = %a, %d %b |
117 | label = %date% | 120 | label = %date% |
121 | label-foreground = #565e65 | ||
122 | format= date <label> | ||
118 | 123 | ||
119 | [module/battery] | 124 | [module/battery] |
120 | type = internal/battery | 125 | type = internal/battery |
@@ -122,17 +127,21 @@ battery = BAT0 | |||
122 | adapter = ADP1 | 127 | adapter = ADP1 |
123 | poll-interval = 1 | 128 | poll-interval = 1 |
124 | ;full-at = 98 | 129 | ;full-at = 98 |
125 | label-discharging = bat %percentage%% | 130 | label-discharging = %percentage%% |
126 | label-charging = +bat %percentage%% | 131 | label-discharging-foreground = #565e65 |
127 | label-full = ^bat %percentage%% | 132 | label-charging = %percentage%% |
128 | format-discharging = <label-discharging> | 133 | label-charging-foreground = #565e65 |
129 | format-full = <label-full> | 134 | label-full = %percentage%% |
130 | format-charging = <label-charging> | 135 | label-full-foreground = #565e65 |
136 | format-discharging = bat <label-discharging> | ||
137 | format-full = ^bat <label-full> | ||
138 | format-charging = +bat <label-charging> | ||
131 | 139 | ||
132 | [module/pulseaudio] | 140 | [module/pulseaudio] |
133 | type = internal/pulseaudio | 141 | type = internal/pulseaudio |
134 | format-volume = vol <label-volume> | 142 | format-volume = vol <label-volume> |
135 | label-volume = %percentage%% | 143 | label-volume = %percentage%% |
144 | label-volume-foreground = #565e65 | ||
136 | label-muted = muted | 145 | label-muted = muted |
137 | 146 | ||
138 | [module/cmus] | 147 | [module/cmus] |