summaryrefslogtreecommitdiff
path: root/polybar
diff options
context:
space:
mode:
authorShubham Saini <pryr@pryr.xyz>2020-09-17 13:35:02 +0000
committerShubham Saini <pryr@pryr.xyz>2020-09-17 13:35:02 +0000
commit025c2ef519ff7c5d498b2c4aed2591aeb685f85c (patch)
treecaca87cfe402cc08f2e6b8dda2eff914f0e68cad /polybar
parentbaa71be6d0cc8e403c0d5b69ed4b40b4c53021ee (diff)
polybar changes
Diffstat (limited to 'polybar')
-rwxr-xr-xpolybar/.config/polybar/config31
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]
2screenchange-reload = true 2screenchange-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
39tray-position = right 38tray-position = right
40cursor-click = pointer 39cursor-click = pointer
41cursor-scroll = ns-resize 40cursor-scroll = ns-resize
41wm-restack = bspwm
42 42
43[module/xwindow] 43[module/xwindow]
44type = internal/xwindow 44type = internal/xwindow
@@ -63,18 +63,18 @@ ws-icon-6 = chat;
63ws-icon-7 = game;戮 63ws-icon-7 = game;戮
64ws-icon-default =  64ws-icon-default = 
65 65
66label-focused = %name% 66label-focused =
67label-focused-foreground = ${xrdb:color6:#ffd7b1} 67label-focused-foreground = ${xrdb:color6:#ffd7b1}
68label-focused-padding = 1 68label-focused-padding = 1
69;label-focused-font = 10 69;label-focused-font = 10
70 70
71label-occupied = %name% 71label-occupied =
72;label-occupied-foreground = ${xrdb:color15:#85befd} 72;label-occupied-foreground = ${xrdb:color15:#85befd}
73label-occupied-foreground = #5e5c5c 73label-occupied-foreground = #5e5c5c
74label-occupied-padding = 1 74label-occupied-padding = 1
75 75
76label-empty = 76label-empty =
77label-empty-foreground = ${xrdb:color1:#bd2c40} 77label-empty-foreground = #5e5c5c
78label-empty-padding = 1 78label-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 =
110type = internal/date 110type = internal/date
111interval = 1.0 111interval = 1.0
112date = %I:%M %p 112date = %I:%M %p
113label = %date%
114label-foreground = #565e65
115format = time <label>
113 116
114[module/date] 117[module/date]
115type = internal/date 118type = internal/date
116date = %a, %d %b 119date = %a, %d %b
117label = %date% 120label = %date%
121label-foreground = #565e65
122format= date <label>
118 123
119[module/battery] 124[module/battery]
120type = internal/battery 125type = internal/battery
@@ -122,17 +127,21 @@ battery = BAT0
122adapter = ADP1 127adapter = ADP1
123poll-interval = 1 128poll-interval = 1
124;full-at = 98 129;full-at = 98
125label-discharging = bat %percentage%% 130label-discharging = %percentage%%
126label-charging = +bat %percentage%% 131label-discharging-foreground = #565e65
127label-full = ^bat %percentage%% 132label-charging = %percentage%%
128format-discharging = <label-discharging> 133label-charging-foreground = #565e65
129format-full = <label-full> 134label-full = %percentage%%
130format-charging = <label-charging> 135label-full-foreground = #565e65
136format-discharging = bat <label-discharging>
137format-full = ^bat <label-full>
138format-charging = +bat <label-charging>
131 139
132[module/pulseaudio] 140[module/pulseaudio]
133type = internal/pulseaudio 141type = internal/pulseaudio
134format-volume = vol <label-volume> 142format-volume = vol <label-volume>
135label-volume = %percentage%% 143label-volume = %percentage%%
144label-volume-foreground = #565e65
136label-muted = muted 145label-muted = muted
137 146
138[module/cmus] 147[module/cmus]