This commit is contained in:
Hactarus 2024-09-29 17:36:23 +02:00
parent 1ff03eb4ca
commit fe0993358b
10 changed files with 515 additions and 88 deletions

View file

@ -17,27 +17,34 @@
;==========================================================
[colors]
background = #282A2E
background-alt = #373B41
foreground = #C5C8C6
primary = #F0C674
secondary = #8ABEB7
alert = #A54242
disabled = #707880
background = #282A36
background-alt = #BFBFBF
foreground = #F8F8F2
primary = #F8F8F2
secondary = #282A36
alert = #44475A
disabled = #44475A
[bar/main]
monitor = "DP-1-2"
# Last component is the vertical offset
#font-0 = Fira Code:size=10;4
font-0 = FiraMono Nerd Font:size=10;4
; font-0 = FiraMono Nerd Font:size=12;4
#fc-match FontAwesome:pixelsize=14 FontAwesome.otf: "FontAwesome" "Regular"
; font-3 = FontAwesome:pixelsize=14;0
#font-0 = Overpass Nerd Font,Overpass Nerd Font SemBd:size=10;4
#font-0 = FiraCode:size=10;4
#font-0 = Overpass Nerd Font:size=10;4
#font-1 = Noto Sans:size=10;4
font-0 = fixed:pixelsize=12;1
font-1 = unifont:fontformat=truetype:size=10:antialias=false;0
font-2 = "FiraCode Nerd Font:pixelsize=12;1"
width = 100%
height = 16pt
radius = 0
dpi = 192
#dpi = 192
background = ${colors.background}
foreground = ${colors.foreground}
@ -56,15 +63,15 @@ separator = |
separator-foreground = ${colors.disabled}
modules-left = xworkspaces xwindow
#modules-right = filesystem pulseaudio xkeyboard memory cpu wlan eth battery date
modules-right = pulseaudio wlan eth battery date
modules-right = filesystem pulseaudio xkeyboard memory cpu wlan eth battery date
#modules-right = pulseaudio wlan eth battery date
cursor-click = pointer
cursor-scroll = ns-resize
enable-ipc = true
; tray-position = right
tray-position = right
; wm-restack = generic
; wm-restack = bspwm
@ -157,7 +164,7 @@ format-connected = <ramp-signal> <label-connected>
label-connected = %local_ip%
#label-connected = %{F#F0C674} %{F-} %local_ip%
#label-connected = %{F#F0C674}%ifname%%{F-} %essid% %local_ip%
label-disconnected = %{F#F0C674}%ifname%%{F#707880} disconnected
label-disconnected = %{F#F0C674}%ifname%%{F#707880} disconnected
ramp-signal-0 = %{F#F0C674}󰤯 %{F-}
ramp-signal-1 = %{F#F0C674}󰤟 %{F-}
ramp-signal-2 = %{F#F0C674}󰤢 %{F-}
@ -168,7 +175,7 @@ ramp-signal-5 = %{F#F0C674} %{F-}
[module/eth]
inherit = network-base
interface-type = wired
label-connected = %{F#F0C674}%ifname% %{F-} %local_ip%
label-connected = %{F#F0C674}%ifname% 󱚽 %{F-} %local_ip%
#label-connected = %{F#F0C674}%ifname%%{F-} %local_ip%
label-disconnected = %{F#F0C674}%ifname%%{F#707880} disconnected
@ -224,7 +231,7 @@ label-discharging = %percentage%%
# Available tokens:
# %percentage% (default) - is set to 100 if full-at is reached
# %percentage_raw%
label-full = "%{F#F0C674} %{F-}"
label-full = "%{F#F0C674}󰂅 %{F-}"
# Available tokens:
# %percentage% (default) - is set to 100 if full-at is reached
@ -245,11 +252,11 @@ ramp-capacity-4 = "%{F#F0C674} %{F-}"
bar-capacity-width = 10
# Only applies if <animation-charging> is used
animation-charging-0 = "%{F#F0C674} %{F-}"
animation-charging-1 = "%{F#F0C674} %{F-}"
animation-charging-2 = "%{F#F0C674} %{F-}"
animation-charging-3 = "%{F#F0C674} %{F-}"
animation-charging-4 = "%{F#F0C674} %{F-}"
animation-charging-0 = "%{F#F0C674}󰢜 %{F-}"
animation-charging-1 = "%{F#F0C674}󰂆 %{F-}"
animation-charging-2 = "%{F#F0C674}󰂈 %{F-}"
animation-charging-3 = "%{F#F0C674}󰂉 %{F-}"
animation-charging-4 = "%{F#F0C674}󰂊 %{F-}"
# Framerate in milliseconds
animation-charging-framerate = 750
@ -285,7 +292,7 @@ type = internal/i3
; on different bars
;
; Default: false
pin-workspaces = true
pin-workspaces = false
; Show urgent workspaces regardless of whether the workspace is actually hidden
; by pin-workspaces.