mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-30 01:35:34 +00:00
Icons for polybar
This commit is contained in:
parent
58c0118724
commit
21c0e69d86
@ -1,5 +1,5 @@
|
||||
[colors]
|
||||
black = #88000000
|
||||
black = #44666666
|
||||
blue = #0288D1
|
||||
blue-light = #B3E5FC
|
||||
pink = #E91E63
|
||||
@ -9,35 +9,35 @@ white = #FFFFFF
|
||||
|
||||
[bar/aqua]
|
||||
width = 100%
|
||||
height = 26
|
||||
radius = 0.0
|
||||
|
||||
height = 28
|
||||
radius = 0.0
|
||||
fixed-center = true
|
||||
|
||||
background = ${colors.blue}
|
||||
background = ${colors.black}
|
||||
foreground = ${colors.white}
|
||||
|
||||
monitor = ${env:MONITOR:fallback-value}
|
||||
|
||||
line-size = 3
|
||||
line-size = 0
|
||||
line-color = ${colors.pink}
|
||||
|
||||
border-size = 0
|
||||
border-color = #000000
|
||||
|
||||
border-color = ${colors.black}
|
||||
padding-left = 0
|
||||
padding-right = 1
|
||||
|
||||
module-margin-left = 0
|
||||
padding-right = 2
|
||||
module-margin-left = 1
|
||||
module-margin-right = 2
|
||||
|
||||
font-0 = SF Pro Display:semibold:fixed:pixelsize=17;1
|
||||
font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
|
||||
font-2 = siji:pixelsize=10;1+e
|
||||
font-0 = SF Pro Display:semibold:fixed:pixelsize=17;3
|
||||
; Version 4.7
|
||||
font-1 = FontAwesome Regular:style=Regular:pixelsize=17
|
||||
; Version 5 Regular
|
||||
font-2 = Font Awesome 5 Free Regular:pixelsize=8;
|
||||
; Version 5 Solid
|
||||
font-3 = Font Awesome 5 Free Solid:pixelsize=15;2
|
||||
; Version 5 Brands
|
||||
font-4 = Font Awesome 5 Brands:pixelsize=18;1
|
||||
font-5 = Font Awesome 5 Free Solid:pixelsize=70;3
|
||||
|
||||
modules-left = i3
|
||||
modules-center = xwindow
|
||||
modules-right = stocks backlight volume network battery date
|
||||
modules-right = backlight volume network battery date
|
||||
|
||||
tray-position = right
|
||||
tray-padding = 2
|
||||
@ -45,6 +45,7 @@ tray-padding = 2
|
||||
[module/xwindow]
|
||||
type = internal/xwindow
|
||||
label = %title:0:80:...%
|
||||
format-background = ${colors.black}
|
||||
|
||||
[module/bspwm]
|
||||
type = internal/bspwm
|
||||
@ -97,7 +98,7 @@ type = internal/date
|
||||
interval = 1.0
|
||||
time = %I:%M
|
||||
time-alt = %m-%d-%Y %I:%M:%S
|
||||
label = %time%
|
||||
label = %{T4}%{T-}%time%
|
||||
label-alt =
|
||||
format-underline = ${colors.blue}
|
||||
|
||||
@ -108,26 +109,43 @@ time-format = %-H:%M
|
||||
; $ ls -1 /sys/class/power_supply/
|
||||
battery = BAT0
|
||||
adapter = ADP1
|
||||
poll-interval = 1
|
||||
poll-interval = 5
|
||||
|
||||
format-charging = <label-charging>
|
||||
format-charging = <animation-charging><label-charging>
|
||||
format-charging-underline = ${colors.blue}
|
||||
label-charging = %percentage%% (%time%)
|
||||
label-charging = %percentage%%~%time%
|
||||
|
||||
format-discharging = <label-discharging>
|
||||
format-discharging = <ramp-capacity><label-discharging>
|
||||
format-discharging-underline = ${colors.blue-light}
|
||||
label-discharging = %percentage%% (%time%)
|
||||
label-discharging = %percentage%%~%time%
|
||||
|
||||
label-full = 100%
|
||||
|
||||
ramp-capacity-0 =
|
||||
ramp-capacity-1 =
|
||||
ramp-capacity-2 =
|
||||
ramp-capacity-3 =
|
||||
ramp-capacity-4 =
|
||||
|
||||
; Only applies if <animation-charging> is used
|
||||
animation-charging-0 =
|
||||
animation-charging-1 =
|
||||
animation-charging-2 =
|
||||
animation-charging-3 =
|
||||
animation-charging-4 =
|
||||
; Framerate in milliseconds
|
||||
animation-charging-framerate = 500
|
||||
|
||||
[module/volume]
|
||||
type = internal/alsa
|
||||
|
||||
format-volume = <label-volume>
|
||||
label-volume = VOL %percentage%%
|
||||
label-volume = %percentage%%
|
||||
label-volume-foreground = ${root.foreground}
|
||||
format-volume-underline = ${colors.blue}
|
||||
|
||||
format-muted-prefix = " "
|
||||
label-muted = VOL %percentage%%
|
||||
label-muted = %percentage%%
|
||||
format-muted-underline = ${colors.pink}
|
||||
|
||||
[module/backlight]
|
||||
@ -137,7 +155,7 @@ type = internal/backlight
|
||||
card = intel_backlight
|
||||
|
||||
format = <label>
|
||||
label = BL %percentage%%
|
||||
label = %percentage%%
|
||||
format-underline = ${colors.blue}
|
||||
|
||||
[module/temperature]
|
||||
@ -145,7 +163,7 @@ type = internal/temperature
|
||||
|
||||
; Seconds to sleep between updates
|
||||
; Default: 1
|
||||
interval = 0.5
|
||||
interval = 1
|
||||
|
||||
; Thermal zone to use
|
||||
; To list all the zone types, run
|
||||
@ -169,18 +187,11 @@ type = internal/network
|
||||
interface = wlp3s0
|
||||
interval = 5.0
|
||||
unknown-as-up = true
|
||||
label-connected = %essid% %signal%%
|
||||
label-connected = %essid%
|
||||
label-connected-underline = ${colors.blue}
|
||||
label-disconnected = No Wifi :(
|
||||
label-disconnected =
|
||||
label-disconnected-underline = ${colors.pink}
|
||||
|
||||
;[module/stocks]
|
||||
;type = custom/script
|
||||
;exec = python ~/git/Stock/stocks.py
|
||||
;format-underline = ${colors.blue}
|
||||
;interval = 60
|
||||
|
||||
|
||||
[settings]
|
||||
screenchange-reload = true
|
||||
;compositing-background = xor
|
||||
|
Loading…
x
Reference in New Issue
Block a user