diff options
| author | Yigit Sever | 2019-03-21 17:32:10 +0300 |
|---|---|---|
| committer | Yigit Sever | 2019-03-21 17:32:10 +0300 |
| commit | 840fc2fdafb9ddfae52379f2f89b632496661386 (patch) | |
| tree | 1f33541b1083b26f0258deb2b4ddf898a6022fa2 /.config/polybar | |
| parent | e4985a44805d8b0568ebb8d15db00ee3d7ef1dbb (diff) | |
| download | dotfiles-840fc2fdafb9ddfae52379f2f89b632496661386.tar.gz dotfiles-840fc2fdafb9ddfae52379f2f89b632496661386.tar.bz2 dotfiles-840fc2fdafb9ddfae52379f2f89b632496661386.zip | |
Add mobile configs
Diffstat (limited to '.config/polybar')
| -rw-r--r-- | .config/polybar/config##mobile.Linux.Luchs | 326 |
1 files changed, 326 insertions, 0 deletions
diff --git a/.config/polybar/config##mobile.Linux.Luchs b/.config/polybar/config##mobile.Linux.Luchs new file mode 100644 index 0000000..ca43284 --- /dev/null +++ b/.config/polybar/config##mobile.Linux.Luchs | |||
| @@ -0,0 +1,326 @@ | |||
| 1 | ;========================================================== | ||
| 2 | ; | ||
| 3 | ; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗ | ||
| 4 | ; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗ | ||
| 5 | ; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝ | ||
| 6 | ; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗ | ||
| 7 | ; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║ | ||
| 8 | ; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ | ||
| 9 | ; | ||
| 10 | ;========================================================== | ||
| 11 | |||
| 12 | [colors] | ||
| 13 | background = #0c1014 | ||
| 14 | background_alt = #0a3749 | ||
| 15 | background_modules = #fbf1c7 | ||
| 16 | foreground = #d3ebe9 | ||
| 17 | foreground_alt = #99d1ce | ||
| 18 | foreground_modules = #282828 | ||
| 19 | red = #9d0006 | ||
| 20 | green = #427b58 | ||
| 21 | yellow = #b56714 | ||
| 22 | blue = #458588 | ||
| 23 | purple = #8f3f71 | ||
| 24 | aqua = #689d6a | ||
| 25 | orange = #d65d0e | ||
| 26 | primary = #d26937 | ||
| 27 | secondary = #888ca6 | ||
| 28 | alert = #c23127 | ||
| 29 | |||
| 30 | [bar/top] | ||
| 31 | monitor = | ||
| 32 | width = 100% | ||
| 33 | height = 20 | ||
| 34 | offset-x = 0% | ||
| 35 | offset-y = 0 | ||
| 36 | radius = 0 | ||
| 37 | override-redirect = false | ||
| 38 | |||
| 39 | background = ${colors.background} | ||
| 40 | foreground = ${colors.foreground} | ||
| 41 | |||
| 42 | border-top-size = 0 | ||
| 43 | border-bottom-size = 0 | ||
| 44 | border-top-color = ${colors.background} | ||
| 45 | border-bottom-color = ${colors.background} | ||
| 46 | |||
| 47 | padding = 1 | ||
| 48 | module-margin = 1 | ||
| 49 | |||
| 50 | font-0 = scientifica:antialias=false;0 | ||
| 51 | font-1 = Lato:size=10;1 | ||
| 52 | font-2 = Fira Code:size=10;1 | ||
| 53 | font-3 = FuraCode Nerd Font Mono:size=12;2 | ||
| 54 | |||
| 55 | modules-left = i3 pulseaudio | ||
| 56 | modules-center = xwindow | ||
| 57 | modules-right = download upload date time backlight battery xkeyboard | ||
| 58 | |||
| 59 | tray-position = right | ||
| 60 | |||
| 61 | [module/backlight] | ||
| 62 | type = internal/xbacklight | ||
| 63 | |||
| 64 | ; Available tags: | ||
| 65 | ; <label> (default) | ||
| 66 | ; <ramp> | ||
| 67 | ; <bar> | ||
| 68 | format = <ramp><label> | ||
| 69 | ;format-background = ${colors.background_modules} | ||
| 70 | ;format-foreground = ${colors.foreground_modules} | ||
| 71 | |||
| 72 | ; Available tokens: | ||
| 73 | ; %percentage% (default) | ||
| 74 | label = %percentage%% | ||
| 75 | |||
| 76 | ; Only applies if <ramp> is used | ||
| 77 | ramp-font = 4 | ||
| 78 | ramp-background = ${colors.primary} | ||
| 79 | ramp-foreground = ${colors.foreground} | ||
| 80 | ramp-padding = 1 | ||
| 81 | ramp-0 = | ||
| 82 | ramp-1 = | ||
| 83 | ramp-2 = | ||
| 84 | ramp-3 = | ||
| 85 | ramp-4 = | ||
| 86 | |||
| 87 | label-padding = 1 | ||
| 88 | label-background = ${colors.background_modules} | ||
| 89 | label-foreground = ${colors.foreground_modules} | ||
| 90 | |||
| 91 | [module/battery] | ||
| 92 | type = internal/battery | ||
| 93 | battery = BAT0 | ||
| 94 | adapter = AC0 | ||
| 95 | |||
| 96 | time-format = %H:%M | ||
| 97 | |||
| 98 | format-charging = <animation-charging><label-charging> | ||
| 99 | format-discharging = <ramp-capacity><label-discharging> | ||
| 100 | |||
| 101 | ramp-capacity-background = ${colors.red} | ||
| 102 | ramp-capacity-foreground = ${colors.foreground} | ||
| 103 | ramp-capacity-padding = 1 | ||
| 104 | |||
| 105 | animation-charging-background = ${colors.green} | ||
| 106 | animation-charging-foreground = ${colors.foreground} | ||
| 107 | animation-charging-padding = 1 | ||
| 108 | |||
| 109 | ; Available tags: | ||
| 110 | ; <label-full> (default) | ||
| 111 | ; <bar-capacity> | ||
| 112 | ; <ramp-capacity> | ||
| 113 | ;format-full = <ramp-capacity> <label-full> | ||
| 114 | |||
| 115 | ; Available tokens: | ||
| 116 | ; %percentage% (default) | ||
| 117 | ; %time% | ||
| 118 | ; %consumption% (shows current charge rate in watts) | ||
| 119 | label-charging = %percentage%% %time% | ||
| 120 | label-charging-background = ${colors.background_modules} | ||
| 121 | label-charging-foreground = ${colors.foreground_modules} | ||
| 122 | label-charging-padding = 1 | ||
| 123 | |||
| 124 | ; Available tokens: | ||
| 125 | ; %percentage% (default) | ||
| 126 | ; %time% | ||
| 127 | ; %consumption% (shows current discharge rate in watts) | ||
| 128 | label-discharging = %percentage%% %time% | ||
| 129 | label-discharging-background = ${colors.background_modules} | ||
| 130 | label-discharging-foreground = ${colors.foreground_modules} | ||
| 131 | label-discharging-padding = 1 | ||
| 132 | |||
| 133 | ; Available tokens: | ||
| 134 | ; %percentage% (default) | ||
| 135 | label-full = full | ||
| 136 | |||
| 137 | ; Only applies if <ramp-capacity> is used | ||
| 138 | ramp-capacity-0 = | ||
| 139 | ramp-capacity-1 = | ||
| 140 | ramp-capacity-2 = | ||
| 141 | ramp-capacity-3 = | ||
| 142 | ramp-capacity-4 = | ||
| 143 | |||
| 144 | ; Only applies if <animation-charging> is used | ||
| 145 | animation-charging-0 = | ||
| 146 | animation-charging-1 = | ||
| 147 | animation-charging-2 = | ||
| 148 | animation-charging-3 = | ||
| 149 | animation-charging-4 = | ||
| 150 | ; Framerate in milliseconds | ||
| 151 | animation-charging-framerate = 750 | ||
| 152 | |||
| 153 | [module/xwindow] | ||
| 154 | type = internal/xwindow | ||
| 155 | format = <label> | ||
| 156 | label = %title:0:70:...% | ||
| 157 | |||
| 158 | y-offset = 0 | ||
| 159 | label-padding = 1 | ||
| 160 | label-font = 1 | ||
| 161 | |||
| 162 | label-empty = ﳓ | ||
| 163 | label-empty-font = 4 | ||
| 164 | label-empty-padding = 5 | ||
| 165 | |||
| 166 | [module/xkeyboard] | ||
| 167 | type = internal/xkeyboard | ||
| 168 | blacklist-0 = num lock | ||
| 169 | blacklist-1 = scroll lock | ||
| 170 | |||
| 171 | format = <label-layout> <label-indicator> | ||
| 172 | format-spacing = 0 | ||
| 173 | |||
| 174 | format-prefix = | ||
| 175 | format-prefix-padding = 1 | ||
| 176 | format-prefix-background = ${colors.blue} | ||
| 177 | format-prefix-foreground = ${colors.foreground} | ||
| 178 | format-prefix-font = 4 | ||
| 179 | |||
| 180 | label-layout = %layout% | ||
| 181 | label-layout-padding = 1 | ||
| 182 | label-layout-background = ${colors.background_modules} | ||
| 183 | label-layout-foreground = ${colors.foreground_modules} | ||
| 184 | |||
| 185 | label-indicator-padding = 2 | ||
| 186 | label-indicator-margin = | ||
| 187 | label-indicator-background = ${colors.alert} | ||
| 188 | |||
| 189 | [module/i3] | ||
| 190 | type = internal/i3 | ||
| 191 | format = <label-state> <label-mode> | ||
| 192 | index-sort = true | ||
| 193 | wrapping-scroll = false | ||
| 194 | strip-wsnumbers = true | ||
| 195 | |||
| 196 | label-mode-background = ${colors.background_modules} | ||
| 197 | label-mode-foreground = ${colors.foreground_modules} | ||
| 198 | label-mode-padding = 2 | ||
| 199 | |||
| 200 | label-focused = %name% | ||
| 201 | label-focused-background = ${colors.red} | ||
| 202 | label-focused-foreground = ${colors.background_modules} | ||
| 203 | label-focused-padding = 1 | ||
| 204 | |||
| 205 | label-unfocused = %name% | ||
| 206 | label-unfocused-background = ${colors.background_modules} | ||
| 207 | label-unfocused-foreground = ${colors.foreground_modules} | ||
| 208 | label-unfocused-padding = 1 | ||
| 209 | |||
| 210 | label-visible = %name% | ||
| 211 | label-visible-background = ${colors.background_modules} | ||
| 212 | label-visible-foreground = ${colors.foreground_modules} | ||
| 213 | label-visible-padding = 1 | ||
| 214 | |||
| 215 | label-urgent = %index% | ||
| 216 | label-urgent-background = ${colors.alert} | ||
| 217 | label-urgent-foreground = ${colors.foreground_modules} | ||
| 218 | label-urgent-padding = 1 | ||
| 219 | |||
| 220 | [module/download] | ||
| 221 | type = internal/network | ||
| 222 | interface = wlp2s0 | ||
| 223 | interval = 3.0 | ||
| 224 | |||
| 225 | format-connected = <label-connected> | ||
| 226 | |||
| 227 | format-connected-prefix = | ||
| 228 | format-connected-prefix-padding = 1 | ||
| 229 | format-connected-prefix-background = ${colors.green} | ||
| 230 | format-connected-prefix-foreground = ${colors.foreground} | ||
| 231 | |||
| 232 | label-connected = %downspeed% | ||
| 233 | label-connected-background = ${colors.background_modules} | ||
| 234 | label-connected-foreground = ${colors.foreground_modules} | ||
| 235 | label-connected-padding = 1 | ||
| 236 | |||
| 237 | format-disconnected = <label-disconnected> | ||
| 238 | label-disconnected = %ifname% disconnected | ||
| 239 | |||
| 240 | [module/upload] | ||
| 241 | type = internal/network | ||
| 242 | interface = wlp2s0 | ||
| 243 | interval = 3.0 | ||
| 244 | |||
| 245 | format-connected = <label-connected> | ||
| 246 | |||
| 247 | format-connected-prefix = | ||
| 248 | format-connected-prefix-padding = 1 | ||
| 249 | format-connected-prefix-background = ${colors.yellow} | ||
| 250 | format-connected-prefix-foreground = ${colors.foreground} | ||
| 251 | |||
| 252 | label-connected = %upspeed% | ||
| 253 | label-connected-background = ${colors.background_modules} | ||
| 254 | label-connected-foreground = ${colors.foreground_modules} | ||
| 255 | label-connected-padding = 1 | ||
| 256 | |||
| 257 | [module/date] | ||
| 258 | type = internal/date | ||
| 259 | interval = 1 | ||
| 260 | |||
| 261 | date = %Y-%m-%d %A | ||
| 262 | label = %date% | ||
| 263 | format = <label> | ||
| 264 | |||
| 265 | format-prefix = | ||
| 266 | format-prefix-background = ${colors.orange} | ||
| 267 | format-prefix-foreground = ${colors.foreground} | ||
| 268 | format-prefix-font = 4 | ||
| 269 | format-prefix-padding = 1 | ||
| 270 | |||
| 271 | label-background = ${colors.background_modules} | ||
| 272 | label-foreground = ${colors.foreground_modules} | ||
| 273 | label-padding = 1 | ||
| 274 | |||
| 275 | [module/time] | ||
| 276 | type = internal/date | ||
| 277 | interval = 1 | ||
| 278 | |||
| 279 | time = %H:%M | ||
| 280 | label = %time% | ||
| 281 | format = <label> | ||
| 282 | |||
| 283 | format-prefix = | ||
| 284 | format-prefix-background = ${colors.secondary} | ||
| 285 | format-prefix-foreground = ${colors.foreground} | ||
| 286 | format-prefix-font = 4 | ||
| 287 | format-prefix-padding = 1 | ||
| 288 | |||
| 289 | label-background = ${colors.background_modules} | ||
| 290 | label-foreground = ${colors.foreground_modules} | ||
| 291 | label-padding = 1 | ||
| 292 | |||
| 293 | [module/pulseaudio] | ||
| 294 | type = internal/pulseaudio | ||
| 295 | interval = 5 | ||
| 296 | |||
| 297 | format-volume = <label-volume> | ||
| 298 | |||
| 299 | format-volume-prefix = ♫ | ||
| 300 | format-volume-prefix-background = ${colors.purple} | ||
| 301 | format-volume-prefix-foreground = ${colors.background_modules} | ||
| 302 | format-volume-prefix-font = 4 | ||
| 303 | format-volume-prefix-padding = 1 | ||
| 304 | |||
| 305 | label-volume = %percentage% | ||
| 306 | label-volume-background = ${colors.background_modules} | ||
| 307 | label-volume-foreground = ${colors.foreground_modules} | ||
| 308 | label-volume-padding = 1 | ||
| 309 | |||
| 310 | label-muted = | ||
| 311 | label-muted-background = ${colors.purple} | ||
| 312 | label-muted-foreground = ${colors.foreground} | ||
| 313 | label-muted-padding = 2 | ||
| 314 | |||
| 315 | [settings] | ||
| 316 | screenchange-reload = true | ||
| 317 | compositing-background = source | ||
| 318 | compositing-foreground = source | ||
| 319 | compositing-border = over | ||
| 320 | pseudo-transparency = false | ||
| 321 | |||
| 322 | [global/wm] | ||
| 323 | margin-top = 5 | ||
| 324 | margin-bottom = 5 | ||
| 325 | |||
| 326 | ; vim:ft=dosini | ||
