diff options
-rwxr-xr-x | nvim/.config/nvim/coc-settings.json | 3 | ||||
-rwxr-xr-x | polybar/.config/polybar/config | 31 | ||||
-rwxr-xr-x | sxhkd/.config/sxhkd/sxhkdrc | 2 |
3 files changed, 23 insertions, 13 deletions
diff --git a/nvim/.config/nvim/coc-settings.json b/nvim/.config/nvim/coc-settings.json index 1b0825b..90df22a 100755 --- a/nvim/.config/nvim/coc-settings.json +++ b/nvim/.config/nvim/coc-settings.json | |||
@@ -9,5 +9,6 @@ | |||
9 | "javascriptreact", | 9 | "javascriptreact", |
10 | "typescript.tsx", | 10 | "typescript.tsx", |
11 | "graphql" | 11 | "graphql" |
12 | ] | 12 | ], |
13 | "clangd.path": "/home/x/.config/coc/extensions/coc-clangd-data/install/10.0.0/clangd_10.0.0/bin/clangd" | ||
13 | } | 14 | } |
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] |
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 11088b8..a7bd183 100755 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc | |||
@@ -9,7 +9,7 @@ super + shift + w | |||
9 | control + alt + l | 9 | control + alt + l |
10 | xset s activate | 10 | xset s activate |
11 | super + shift + f | 11 | super + shift + f |
12 | urxvtc -e lf | 12 | urxvtc -e ranger |
13 | super + n | 13 | super + n |
14 | urxvtc -e nvim ~/.cache/bujo/todo.md | 14 | urxvtc -e nvim ~/.cache/bujo/todo.md |
15 | 15 | ||