updated st font size and corrected scripts

nvim
spinach 2 years ago
parent 0d2f99347f
commit 2c02ad8741

@ -19,22 +19,19 @@ module-margin = 1
padding = 2
; font
font-0 = Hack Nerd Font:size=12;2
font-0 = Hack Nerd Font:size=10;2
monitor = ${env:MONITOR:}
bottom = false
fixed-center = true
; hybrid bg color, might go lighter grey
background = ${colors.background}
; hybrid fg color, might go lighter if I go lighter grey
foreground = ${colors.foreground}
modules-left = xworkspaces xwindow
modules-center = weather
modules-left = xworkspaces xwindow weather
modules-right = battery pulseaudio memory cpu wlan date
[module/xworkspaces]
@ -83,7 +80,7 @@ type = internal/memory
interval = 2
format-prefix = "RAM "
format-prefix-foreground = ${colors.primary}
label = %used%/%total%
label = %percentage_used%%
format = <label>
[module/battery]
@ -93,14 +90,19 @@ poll-interval = 10
low-at = 10
format-charging = <label-charging>
format-discharging-prefix = "BAT "
format-discharging-prefix-foreground = ${colors.primary}
format-discharging = <label-discharging>
time-format = %H:%M
format-charging-prefix = "CHR "
format-charging-prefix-foreground = ${colors.primary}
format-charging = <label-charging>
time-format = %l:%M
label-charging = CHR %percentage%% %time%
label-charging = %percentage%%%time%
label-discharging = %percentage%% %time%
label-discharging = %percentage%%%time%
[module/cpu]
@ -108,19 +110,20 @@ type = internal/cpu
interval = 2
format-prefix = "CPU "
format-prefix-foreground = ${colors.primary}
label = %percentage:2%%
label = %percentage%%
[network-base]
type = internal/network
interval = 5
format-connected = <label-connected>
format-connected-foreground = ${colors.primary}
format-disconnected = <label-disconnected>
label-disconnected = %{F#F0C674}%ifname%%{F#707880} disconnected
format-disconnected-foreground = ${colors.disabled}
[module/wlan]
inherit = network-base
interface-type = wireless
label-connected = %{F#F0C674}%ifname%%{F-} %signal%
label-connected = %ifname%
[module/eth]
inherit = network-base

@ -0,0 +1,2 @@
- shell:
- [cd shells/st-desktop && sudo make install, Installing st]

@ -0,0 +1,2 @@
- shell:
- [cd shells/st-laptop && sudo make install, Installing st]

@ -1,2 +0,0 @@
- shell:
- [cd shells/st && sudo make install, Installing st]

@ -7,7 +7,7 @@ zsh
oh-my-zsh
fzf
tmux.sparse
st
st.desktop
i3.desktop
polybar.desktop
picom

@ -7,7 +7,7 @@ zsh
oh-my-zsh
fzf
tmux.sparse
st
st.laptop
i3.laptop
polybar.laptop
picom

@ -7,7 +7,7 @@ zsh
oh-my-zsh
fzf
tmux.sparse
st
st.laptop
i3.laptop
polybar.thinkpad
picom

@ -0,0 +1 @@
Subproject commit d698aee479f7fd5ce635568aa9892380d80f8ed7

@ -0,0 +1 @@
Subproject commit d698aee479f7fd5ce635568aa9892380d80f8ed7
Loading…
Cancel
Save