laptop
Elias Almqvist 2 years ago
parent f8a4c1b1fe
commit fbe44495c2
  1. 8
      alacritty/.config/alacritty/alacritty.yml
  2. 10
      polybar/.config/polybar/config

@ -28,7 +28,7 @@ font:
# Normal (roman) font face # Normal (roman) font face
normal: normal:
family: Consolas ligaturized v2 family: Fira Code
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
style: Normal style: Normal
@ -36,7 +36,7 @@ font:
# Bold font face # Bold font face
bold: bold:
family: Consolas ligaturized v2 family: Fira Code
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
style: Bold style: Bold
@ -49,13 +49,13 @@ font:
# Bold italic font face # Bold italic font face
bold_italic: bold_italic:
family: Consolas ligaturized v2 family: Fira Code
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
style: Bold Italic style: Bold Italic
# Point size # Point size
size: 12 size: 8
# Offset is the extra space around each character. `offset.y` can be thought of # Offset is the extra space around each character. `offset.y` can be thought of
# as modifying the line spacing, and `offset.x` as modifying the letter spacing. # as modifying the line spacing, and `offset.x` as modifying the letter spacing.

@ -26,7 +26,7 @@ white = #787c99
# margin-bottom = 0 # margin-bottom = 0
[bar/top] [bar/top]
font-0 = "Fira Code:pixelsize=9:weight=medium;1" font-0 = "Fira Code:pixelsize=12:weight=medium;1"
font-1 = "Feather:pixelsize:12;1" font-1 = "Feather:pixelsize:12;1"
font-2 = "siji:pixelsize=12;1" font-2 = "siji:pixelsize=12;1"
font-3 = "Font Awesome:size=12;1" font-3 = "Font Awesome:size=12;1"
@ -52,7 +52,7 @@ module-margin = 1
modules-left = date time filesystem modules-left = date time filesystem
modules-center = workspaces title modules-center = workspaces title
modules-right = pulseaudio cmus uptime modules-right = cmus pulseaudio uptime battery wlan
[module/uptime] [module/uptime]
type = "custom/script" type = "custom/script"
@ -231,17 +231,17 @@ label-discharging = %percentage%%
format-full = <label-full> format-full = <label-full>
format-full-prefix = " " format-full-prefix = " "
format-full-prefix-foreground = ${colors.foreground} format-full-prefix-foreground = ${colors.foreground2}
ramp-capacity-0 = ramp-capacity-0 =
ramp-capacity-1 = ramp-capacity-1 =
ramp-capacity-2 = ramp-capacity-2 =
ramp-capacity-foreground = ${colors.foreground} ramp-capacity-foreground = ${colors.foreground2}
animation-charging-0 = animation-charging-0 =
animation-charging-1 = animation-charging-1 =
animation-charging-2 = animation-charging-2 =
animation-charging-foreground = ${colors.foreground} animation-charging-foreground = ${colors.foreground2}
animation-charging-framerate = 750 animation-charging-framerate = 750
[module/workspaces] [module/workspaces]

Loading…
Cancel
Save