updated st font size and corrected scripts
This commit is contained in:
		
							parent
							
								
									0d2f99347f
								
							
						
					
					
						commit
						2c02ad8741
					
				@ -19,22 +19,19 @@ module-margin = 1
 | 
				
			|||||||
padding = 2
 | 
					padding = 2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
; font
 | 
					; font
 | 
				
			||||||
font-0 = Hack Nerd Font:size=12;2
 | 
					font-0 = Hack Nerd Font:size=10;2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
monitor = ${env:MONITOR:}
 | 
					monitor = ${env:MONITOR:}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bottom = false
 | 
					bottom = false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
fixed-center = true
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
; hybrid bg color, might go lighter grey
 | 
					; hybrid bg color, might go lighter grey
 | 
				
			||||||
background = ${colors.background}
 | 
					background = ${colors.background}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
; hybrid fg color, might go lighter if I go lighter grey
 | 
					; hybrid fg color, might go lighter if I go lighter grey
 | 
				
			||||||
foreground = ${colors.foreground}
 | 
					foreground = ${colors.foreground}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
modules-left = xworkspaces xwindow
 | 
					modules-left = xworkspaces xwindow weather
 | 
				
			||||||
modules-center = weather
 | 
					 | 
				
			||||||
modules-right = battery pulseaudio memory cpu wlan date
 | 
					modules-right = battery pulseaudio memory cpu wlan date
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[module/xworkspaces]
 | 
					[module/xworkspaces]
 | 
				
			||||||
@ -83,7 +80,7 @@ type = internal/memory
 | 
				
			|||||||
interval = 2
 | 
					interval = 2
 | 
				
			||||||
format-prefix = "RAM "
 | 
					format-prefix = "RAM "
 | 
				
			||||||
format-prefix-foreground = ${colors.primary}
 | 
					format-prefix-foreground = ${colors.primary}
 | 
				
			||||||
label = %used%/%total%
 | 
					label = %percentage_used%%
 | 
				
			||||||
format = <label>
 | 
					format = <label>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[module/battery]
 | 
					[module/battery]
 | 
				
			||||||
@ -93,12 +90,17 @@ poll-interval = 10
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
low-at = 10
 | 
					low-at = 10
 | 
				
			||||||
 | 
					
 | 
				
			||||||
format-charging = <label-charging>
 | 
					format-discharging-prefix = "BAT "
 | 
				
			||||||
 | 
					format-discharging-prefix-foreground = ${colors.primary}
 | 
				
			||||||
format-discharging = <label-discharging>
 | 
					format-discharging = <label-discharging>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
time-format = %H:%M
 | 
					format-charging-prefix = "CHR "
 | 
				
			||||||
 | 
					format-charging-prefix-foreground = ${colors.primary}
 | 
				
			||||||
 | 
					format-charging = <label-charging>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
label-charging = CHR %percentage%% %time%
 | 
					time-format = %l:%M
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					label-charging = %percentage%%%time%
 | 
				
			||||||
 | 
					
 | 
				
			||||||
label-discharging = %percentage%%%time%
 | 
					label-discharging = %percentage%%%time%
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -108,19 +110,20 @@ type = internal/cpu
 | 
				
			|||||||
interval = 2
 | 
					interval = 2
 | 
				
			||||||
format-prefix = "CPU "
 | 
					format-prefix = "CPU "
 | 
				
			||||||
format-prefix-foreground = ${colors.primary}
 | 
					format-prefix-foreground = ${colors.primary}
 | 
				
			||||||
label = %percentage:2%%
 | 
					label = %percentage%%
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[network-base]
 | 
					[network-base]
 | 
				
			||||||
type = internal/network
 | 
					type = internal/network
 | 
				
			||||||
interval = 5
 | 
					interval = 5
 | 
				
			||||||
format-connected = <label-connected>
 | 
					format-connected = <label-connected>
 | 
				
			||||||
 | 
					format-connected-foreground = ${colors.primary}
 | 
				
			||||||
format-disconnected = <label-disconnected>
 | 
					format-disconnected = <label-disconnected>
 | 
				
			||||||
label-disconnected = %{F#F0C674}%ifname%%{F#707880} disconnected
 | 
					format-disconnected-foreground = ${colors.disabled}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[module/wlan]
 | 
					[module/wlan]
 | 
				
			||||||
inherit = network-base
 | 
					inherit = network-base
 | 
				
			||||||
interface-type = wireless
 | 
					interface-type = wireless
 | 
				
			||||||
label-connected = %{F#F0C674}%ifname%%{F-} %signal%
 | 
					label-connected = %ifname%
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[module/eth]
 | 
					[module/eth]
 | 
				
			||||||
inherit = network-base
 | 
					inherit = network-base
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								meta/configs/st.desktop.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								meta/configs/st.desktop.yaml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,2 @@
 | 
				
			|||||||
 | 
					- shell:
 | 
				
			||||||
 | 
					  - [cd shells/st-desktop && sudo make install, Installing st]
 | 
				
			||||||
							
								
								
									
										2
									
								
								meta/configs/st.laptop.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								meta/configs/st.laptop.yaml
									
									
									
									
									
										Normal file
									
								
							@ -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
 | 
					oh-my-zsh
 | 
				
			||||||
fzf
 | 
					fzf
 | 
				
			||||||
tmux.sparse
 | 
					tmux.sparse
 | 
				
			||||||
st
 | 
					st.desktop
 | 
				
			||||||
i3.desktop
 | 
					i3.desktop
 | 
				
			||||||
polybar.desktop
 | 
					polybar.desktop
 | 
				
			||||||
picom
 | 
					picom
 | 
				
			||||||
 | 
				
			|||||||
@ -7,7 +7,7 @@ zsh
 | 
				
			|||||||
oh-my-zsh
 | 
					oh-my-zsh
 | 
				
			||||||
fzf
 | 
					fzf
 | 
				
			||||||
tmux.sparse
 | 
					tmux.sparse
 | 
				
			||||||
st
 | 
					st.laptop
 | 
				
			||||||
i3.laptop
 | 
					i3.laptop
 | 
				
			||||||
polybar.laptop
 | 
					polybar.laptop
 | 
				
			||||||
picom
 | 
					picom
 | 
				
			||||||
 | 
				
			|||||||
@ -7,7 +7,7 @@ zsh
 | 
				
			|||||||
oh-my-zsh
 | 
					oh-my-zsh
 | 
				
			||||||
fzf
 | 
					fzf
 | 
				
			||||||
tmux.sparse
 | 
					tmux.sparse
 | 
				
			||||||
st
 | 
					st.laptop
 | 
				
			||||||
i3.laptop
 | 
					i3.laptop
 | 
				
			||||||
polybar.thinkpad
 | 
					polybar.thinkpad
 | 
				
			||||||
picom
 | 
					picom
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										1
									
								
								shells/st-desktop
									
									
									
									
									
										Submodule
									
								
							
							
								
								
								
								
								
								
									
									
								
							
						
						
									
										1
									
								
								shells/st-desktop
									
									
									
									
									
										Submodule
									
								
							@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					Subproject commit d698aee479f7fd5ce635568aa9892380d80f8ed7
 | 
				
			||||||
							
								
								
									
										1
									
								
								shells/st-laptop
									
									
									
									
									
										Submodule
									
								
							
							
								
								
								
								
								
								
									
									
								
							
						
						
									
										1
									
								
								shells/st-laptop
									
									
									
									
									
										Submodule
									
								
							@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					Subproject commit d698aee479f7fd5ce635568aa9892380d80f8ed7
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user