Add glyphs
This commit is contained in:
@@ -247,25 +247,25 @@
|
|||||||
[urgency_low]
|
[urgency_low]
|
||||||
# IMPORTANT: colors have to be defined in quotation marks.
|
# IMPORTANT: colors have to be defined in quotation marks.
|
||||||
# Otherwise the "#" and following would be interpreted as a comment.
|
# Otherwise the "#" and following would be interpreted as a comment.
|
||||||
background = "#00d3a8"
|
background = "#A3BE8C"
|
||||||
foreground = "#202124"
|
foreground = "#2E3440"
|
||||||
frame_color = "#202124"
|
frame_color = "#2E3440"
|
||||||
timeout = 10
|
timeout = 10
|
||||||
# Icon for notifications with low urgency, uncomment to enable
|
# Icon for notifications with low urgency, uncomment to enable
|
||||||
#icon = /path/to/icon
|
#icon = /path/to/icon
|
||||||
|
|
||||||
[urgency_normal]
|
[urgency_normal]
|
||||||
background = "#00d3a8"
|
background = "#A3BE8C"
|
||||||
foreground = "#202124"
|
foreground = "#2E3440"
|
||||||
frame_color = "#202124"
|
frame_color = "#2E3440"
|
||||||
timeout = 10
|
timeout = 10
|
||||||
# Icon for notifications with normal urgency, uncomment to enable
|
# Icon for notifications with normal urgency, uncomment to enable
|
||||||
#icon = /path/to/icon
|
#icon = /path/to/icon
|
||||||
|
|
||||||
[urgency_critical]
|
[urgency_critical]
|
||||||
background = "#00d3a8"
|
background = "#A3BE8C"
|
||||||
foreground = "#202124"
|
foreground = "#2E3440"
|
||||||
frame_color = "#202124"
|
frame_color = "#2E3440"
|
||||||
timeout = 0
|
timeout = 0
|
||||||
# Icon for notifications with critical urgency, uncomment to enable
|
# Icon for notifications with critical urgency, uncomment to enable
|
||||||
#icon = /path/to/icon
|
#icon = /path/to/icon
|
||||||
|
|||||||
BIN
dotfiles/fonts/Inconsolata LGC Nerd Font Complete Mono.ttf
Normal file
BIN
dotfiles/fonts/Inconsolata LGC Nerd Font Complete Mono.ttf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -42,15 +42,15 @@ foreground = ${colors.frost2}
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
[font]
|
[font]
|
||||||
inconsolata = "Inconsolata:pixelsize=11;0"
|
inconsolata = "Inconsolata:pixelsize=11;0"
|
||||||
siji = "Siji:style=Regular"
|
inconsolata_nerd = "InconsolataLGC Nerd Font Mono:style=Medium"
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
[bar/laptop]
|
[bar/laptop_top]
|
||||||
monitor = "eDP-1"
|
monitor = "eDP-1"
|
||||||
enable-ipc = false
|
enable-ipc = false
|
||||||
|
|
||||||
font-0 = ${font.inconsolata}
|
font-0 = ${font.inconsolata}
|
||||||
font-1 = ${font.siji}
|
font-1 = ${font.inconsolata_nerd}
|
||||||
|
|
||||||
bottom = false
|
bottom = false
|
||||||
fixed-center = true
|
fixed-center = true
|
||||||
@@ -58,15 +58,17 @@ width = 100%
|
|||||||
height = 27
|
height = 27
|
||||||
|
|
||||||
#padding-left = 0.5
|
#padding-left = 0.5
|
||||||
padding-right = 1
|
padding-right = 2
|
||||||
|
|
||||||
foreground = ${colors.foreground}
|
foreground = ${colors.foreground}
|
||||||
background = ${colors.background}
|
background = ${colors.background}
|
||||||
|
|
||||||
|
tray-position = none
|
||||||
|
|
||||||
#border-size = 5
|
#border-size = 5
|
||||||
#border-color = ${colors.background}
|
#border-color = ${colors.background}
|
||||||
|
|
||||||
module-margin = 2
|
module-margin = 1
|
||||||
|
|
||||||
modules-left = i3tabs
|
modules-left = i3tabs
|
||||||
modules-center =
|
modules-center =
|
||||||
@@ -75,7 +77,6 @@ separator =
|
|||||||
|
|
||||||
dim-value = 1.0
|
dim-value = 1.0
|
||||||
|
|
||||||
tray-position = right
|
|
||||||
|
|
||||||
wm-name = i3
|
wm-name = i3
|
||||||
wm-restack = i3
|
wm-restack = i3
|
||||||
@@ -84,15 +85,47 @@ wm-restack = i3
|
|||||||
#dpi-y = 96
|
#dpi-y = 96
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
[bar/HDMI1]
|
[bar/laptop_bottom]
|
||||||
inherit = bar/laptop
|
inherit = bar/laptop_top
|
||||||
|
|
||||||
|
tray-position = right
|
||||||
|
tray-scale = 0.9
|
||||||
|
|
||||||
|
bottom = true
|
||||||
|
|
||||||
|
monitor = "eDP-1"
|
||||||
|
|
||||||
|
modules-left = title
|
||||||
|
modules-center =
|
||||||
|
modules-right =
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
[bar/HDMI1_top]
|
||||||
|
inherit = bar/laptop_top
|
||||||
|
|
||||||
|
tray-position = none
|
||||||
|
|
||||||
monitor = "HDMI-1"
|
monitor = "HDMI-1"
|
||||||
|
|
||||||
modules-left = i3tabs modules-center =
|
modules-left = i3tabs
|
||||||
|
modules-center =
|
||||||
modules-right = volume date time battery powermenu
|
modules-right = volume date time battery powermenu
|
||||||
separator =
|
separator =
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
[bar/HDMI1_bottom]
|
||||||
|
inherit = bar/laptop_top
|
||||||
|
|
||||||
|
tray-position = none
|
||||||
|
|
||||||
|
bottom = true
|
||||||
|
|
||||||
|
monitor = "HDMI-1"
|
||||||
|
|
||||||
|
modules-left = title
|
||||||
|
modules-center =
|
||||||
|
modules-right =
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
[module/i3tabs]
|
[module/i3tabs]
|
||||||
type = internal/i3
|
type = internal/i3
|
||||||
@@ -107,6 +140,17 @@ format = <label-state> <label-mode>
|
|||||||
|
|
||||||
background = ${colors.background}
|
background = ${colors.background}
|
||||||
|
|
||||||
|
ws-icon-0 = 1;1
|
||||||
|
ws-icon-1 = 2;2
|
||||||
|
ws-icon-2 = 3;3
|
||||||
|
ws-icon-3 = 4;4
|
||||||
|
ws-icon-4 = 5;5
|
||||||
|
ws-icon-5 = 6;6
|
||||||
|
ws-icon-6 = 7;7
|
||||||
|
ws-icon-7 = 8;8
|
||||||
|
ws-icon-8 = 9;9
|
||||||
|
ws-icon-9 = 10;10
|
||||||
|
|
||||||
label-focused = %index%
|
label-focused = %index%
|
||||||
label-focused-foreground = ${colors.background}
|
label-focused-foreground = ${colors.background}
|
||||||
label-focused-background = ${colors.accent}
|
label-focused-background = ${colors.accent}
|
||||||
@@ -177,15 +221,15 @@ apdapter = ADP1
|
|||||||
|
|
||||||
format-charging = <label-charging>
|
format-charging = <label-charging>
|
||||||
format-charging-foreground = ${colors.nord_green}
|
format-charging-foreground = ${colors.nord_green}
|
||||||
label-charging = [CHR %percentage%%]
|
label-charging = %percentage%% CHR
|
||||||
|
|
||||||
format-discharging = <label-discharging>
|
format-discharging = <label-discharging>
|
||||||
format-discharging-foreground = ${colors.nord_green}
|
format-discharging-foreground = ${colors.nord_green}
|
||||||
label-discharging = [%percentage%%]
|
label-discharging = %percentage%%
|
||||||
|
|
||||||
format-full = <label-full>
|
format-full = <label-full>
|
||||||
format-full-foreground = ${colors.nord_green}
|
format-full-foreground = ${colors.nord_green}
|
||||||
label-full = [FULL]
|
label-full = FULL
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
[module/volume]
|
[module/volume]
|
||||||
@@ -200,11 +244,11 @@ master-mixer = Master
|
|||||||
format-volume = <label-volume>
|
format-volume = <label-volume>
|
||||||
format-volume-foreground = ${colors.frost2}
|
format-volume-foreground = ${colors.frost2}
|
||||||
format-volume-underline = ${colors.frost2}
|
format-volume-underline = ${colors.frost2}
|
||||||
label-volume = %percentage%%
|
label-volume = 墳 %percentage%%
|
||||||
|
|
||||||
format-muted <label-muted>
|
format-muted <label-muted>
|
||||||
format-muted-foreground = ${colors.nord_red}
|
format-muted-foreground = ${colors.nord_red}
|
||||||
label-muted = MUTED
|
label-muted = 婢 MUTED
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
[module/network]
|
[module/network]
|
||||||
@@ -230,7 +274,7 @@ card = amdgpu_bl0
|
|||||||
format = <label>
|
format = <label>
|
||||||
format-foreground = ${colors.frost2}
|
format-foreground = ${colors.frost2}
|
||||||
|
|
||||||
label = %percentage%%
|
label = %percentage%%
|
||||||
|
|
||||||
bar-width = 10
|
bar-width = 10
|
||||||
bar-indicator = |
|
bar-indicator = |
|
||||||
@@ -247,7 +291,7 @@ interval = 2
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
[module/powermenu]
|
[module/powermenu]
|
||||||
type = custom/text
|
type = custom/text
|
||||||
content = "(X)"
|
content = "⏻"
|
||||||
click-left = polybar powermenu
|
click-left = polybar powermenu
|
||||||
|
|
||||||
[bar/powermenu]
|
[bar/powermenu]
|
||||||
|
|||||||
Reference in New Issue
Block a user