laptop modifications
This commit is contained in:
@@ -6,7 +6,7 @@ TERM = "xterm-256color"
|
|||||||
opacity = 0.85
|
opacity = 0.85
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 14.0
|
size = 12.0
|
||||||
|
|
||||||
[font.bold]
|
[font.bold]
|
||||||
family = "JetBrains Mono Nerd Font"
|
family = "JetBrains Mono Nerd Font"
|
||||||
|
|||||||
@@ -189,8 +189,8 @@ ramp-capacity-2 =
|
|||||||
ramp-capacity-3 =
|
ramp-capacity-3 =
|
||||||
ramp-capacity-4 =
|
ramp-capacity-4 =
|
||||||
low-at = 5
|
low-at = 5
|
||||||
battery = BAT1
|
battery = BAT0
|
||||||
adapter = ACAD
|
adapter = ADP0
|
||||||
poll-interval = 5
|
poll-interval = 5
|
||||||
|
|
||||||
[network-base]
|
[network-base]
|
||||||
@@ -203,7 +203,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#F0C674}%ifname%%{F-} %essid%
|
label-connected = %{F#F0C674}%{F-} %essid%
|
||||||
|
|
||||||
[module/eth]
|
[module/eth]
|
||||||
inherit = network-base
|
inherit = network-base
|
||||||
|
|||||||
1
.zshrc
1
.zshrc
@@ -19,7 +19,6 @@ export EDITOR=nvim
|
|||||||
alias cp='cp --reflink=auto'
|
alias cp='cp --reflink=auto'
|
||||||
alias grep='grep --color=auto'
|
alias grep='grep --color=auto'
|
||||||
alias ls='eza --color=always --long --git --icons=always --no-time --no-user --no-permissions'
|
alias ls='eza --color=always --long --git --icons=always --no-time --no-user --no-permissions'
|
||||||
alias cat=bat
|
|
||||||
export BAT_THEME="Catppuccin Mocha"
|
export BAT_THEME="Catppuccin Mocha"
|
||||||
alias vim=nvim
|
alias vim=nvim
|
||||||
alias vi=nvim
|
alias vi=nvim
|
||||||
|
|||||||
Reference in New Issue
Block a user