Compare commits

...

2 Commits

Author SHA1 Message Date
89d3ec3b76 nvim plugins updated 2025-12-24 16:05:57 +11:00
74ff9b95fd laptop modifications 2025-12-24 16:03:18 +11:00
4 changed files with 5 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ TERM = "xterm-256color"
opacity = 0.85
[font]
size = 14.0
size = 12.0
[font.bold]
family = "JetBrains Mono Nerd Font"

View File

@@ -189,8 +189,8 @@ ramp-capacity-2 = 
ramp-capacity-3 =
ramp-capacity-4 =
low-at = 5
battery = BAT1
adapter = ACAD
battery = BAT0
adapter = ADP0
poll-interval = 5
[network-base]
@@ -203,7 +203,7 @@ label-disconnected = %{F#F0C674}%ifname%%{F#707880} disconnected
[module/wlan]
inherit = network-base
interface-type = wireless
label-connected = %{F#F0C674}%ifname%%{F-} %essid%
label-connected = %{F#F0C674}󰖩%{F-} %essid%
[module/eth]
inherit = network-base

1
.zshrc
View File

@@ -19,7 +19,6 @@ export EDITOR=nvim
alias cp='cp --reflink=auto'
alias grep='grep --color=auto'
alias ls='eza --color=always --long --git --icons=always --no-time --no-user --no-permissions'
alias cat=bat
export BAT_THEME="Catppuccin Mocha"
alias vim=nvim
alias vi=nvim