feat: Update to include new config changes
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import = ["~/.config/alacritty/themes/themes/hyper.toml"]
|
import = ["~/.config/alacritty/themes/themes/hyper.toml"]
|
||||||
|
|
||||||
[shell]
|
#[shell]
|
||||||
program = "/home/nathan/.cargo/bin/zellij"
|
#program = "/home/nathan/.cargo/bin/zellij"
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
TERM = "xterm-256color"
|
TERM = "xterm-256color"
|
||||||
|
|||||||
@@ -17,7 +17,8 @@
|
|||||||
;==========================================================
|
;==========================================================
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
background = #282A2E
|
; background = #282A2E
|
||||||
|
background = #000000
|
||||||
background-alt = #373B41
|
background-alt = #373B41
|
||||||
foreground = #C5C8C6
|
foreground = #C5C8C6
|
||||||
primary = #F0C674
|
primary = #F0C674
|
||||||
@@ -41,7 +42,7 @@ line-size = 3pt
|
|||||||
border-color = #000000
|
border-color = #000000
|
||||||
|
|
||||||
padding-left = 2
|
padding-left = 2
|
||||||
padding-right = 2
|
padding-right = 0
|
||||||
|
|
||||||
module-margin = 1
|
module-margin = 1
|
||||||
|
|
||||||
@@ -53,10 +54,11 @@ font-0 = monospace;2
|
|||||||
font-1 = FiraCode Nerd Font Mono:size=15;2
|
font-1 = FiraCode Nerd Font Mono:size=15;2
|
||||||
; Add Noto Color Emoji for emoji support
|
; Add Noto Color Emoji for emoji support
|
||||||
font-2 = Noto Color Emoji:fontformat=truetype:scale=10:antialias=false;2
|
font-2 = Noto Color Emoji:fontformat=truetype:scale=10:antialias=false;2
|
||||||
|
font-3 = Weather Icons:size=12;1
|
||||||
|
|
||||||
|
|
||||||
modules-left = music message
|
modules-left = music message
|
||||||
modules-right = filesystem memory cpu wlan tailscale eth battery bluetooth date
|
modules-right = filesystem storage memory cpu wlan tailscale eth battery bluetooth date close
|
||||||
|
|
||||||
cursor-click = pointer
|
cursor-click = pointer
|
||||||
cursor-scroll = ns-resize
|
cursor-scroll = ns-resize
|
||||||
@@ -96,8 +98,16 @@ format = <label>
|
|||||||
|
|
||||||
label = "%{A1:#music-controls.hook.2:}%{A} %{A1:#music-controls.hook.1:}%{A} %{A1:#music-controls.hook.3:}%{A}"
|
label = "%{A1:#music-controls.hook.2:}%{A} %{A1:#music-controls.hook.1:}%{A} %{A1:#music-controls.hook.3:}%{A}"
|
||||||
|
|
||||||
|
[module/storage]
|
||||||
|
type = custom/script
|
||||||
|
exec = /home/nathan/scripts/storage.sh colour
|
||||||
|
interval = 120
|
||||||
|
|
||||||
|
[module/weather]
|
||||||
|
type = custom/script
|
||||||
|
exec = /home/nathan/scripts/weather.sh
|
||||||
|
interval = 120
|
||||||
|
label-font = 4
|
||||||
|
|
||||||
[module/filesystem]
|
[module/filesystem]
|
||||||
type = internal/fs
|
type = internal/fs
|
||||||
@@ -105,7 +115,7 @@ interval = 25
|
|||||||
|
|
||||||
mount-0 = /
|
mount-0 = /
|
||||||
|
|
||||||
label-mounted = %{F#F0C674}%mountpoint%%{F-} %percentage_used%% Disk
|
label-mounted = %{A1:/home/nathan/scripts/zellij.sh --cwd / zsh:}%{F#F0C674}%mountpoint%%{F-} %percentage_used%%%{A}
|
||||||
|
|
||||||
label-unmounted = %mountpoint% not mounted
|
label-unmounted = %mountpoint% not mounted
|
||||||
label-unmounted-foreground = ${colors.disabled}
|
label-unmounted-foreground = ${colors.disabled}
|
||||||
@@ -115,16 +125,17 @@ label-warn = %{F#F0C674}%mountpoint%%{F#FF0000} disk full
|
|||||||
[module/memory]
|
[module/memory]
|
||||||
type = internal/memory
|
type = internal/memory
|
||||||
interval = 2
|
interval = 2
|
||||||
format-prefix = "RAM "
|
format-prefix = " "
|
||||||
format-prefix-foreground = ${colors.primary}
|
format-prefix-foreground = ${colors.primary}
|
||||||
label = %percentage_used:2%%
|
label = %{A1:/home/nathan/scripts/zellij.sh htop --sort-key=PERCENT_MEM:}%percentage_used:2%% %{A}
|
||||||
|
|
||||||
|
|
||||||
[module/cpu]
|
[module/cpu]
|
||||||
type = internal/cpu
|
type = internal/cpu
|
||||||
interval = 2
|
interval = 2
|
||||||
format-prefix = "CPU "
|
format-prefix = " "
|
||||||
format-prefix-foreground = ${colors.primary}
|
format-prefix-foreground = ${colors.primary}
|
||||||
label = %percentage:2%% |
|
label = %{A1:/home/nathan/scripts/zellij.sh htop --sort-key=PERCENT_CPU:}%percentage:2%% %{A} |
|
||||||
|
|
||||||
[network-base]
|
[network-base]
|
||||||
type = internal/network
|
type = internal/network
|
||||||
@@ -136,7 +147,7 @@ label-disconnected = %{F#F0C674}%ifname%%{F#707880} disconnected
|
|||||||
[module/wlan]
|
[module/wlan]
|
||||||
inherit = network-base
|
inherit = network-base
|
||||||
interface-type = wireless
|
interface-type = wireless
|
||||||
label-connected = %{F#00FF00}%{F-} %essid%
|
label-connected = %{F#00FF00}%{F-} %essid% (%netspeed%)
|
||||||
label-disconnected = %{F#FF0000}%{F-} %{F#F0C674}%ifname%%{F#707880} disconnected
|
label-disconnected = %{F#FF0000}%{F-} %{F#F0C674}%ifname%%{F#707880} disconnected
|
||||||
; %local_ip% %netspeed%
|
; %local_ip% %netspeed%
|
||||||
|
|
||||||
@@ -212,9 +223,12 @@ interval = 5
|
|||||||
click-left = /home/nathan/scripts/bt.sh toggle
|
click-left = /home/nathan/scripts/bt.sh toggle
|
||||||
format = | <label>
|
format = | <label>
|
||||||
|
|
||||||
|
[module/close]
|
||||||
|
type = custom/script
|
||||||
|
exec = echo " "
|
||||||
|
click-left = /home/nathan/scripts/close_window.sh
|
||||||
|
|
||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
screenchange-reload = true
|
screenchange-reload = true
|
||||||
pseudo-transparency = true
|
pseudo-transparency = true
|
||||||
|
|||||||
Reference in New Issue
Block a user