mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
laptop stuff
This commit is contained in:
parent
3349510def
commit
f51d472df8
3 changed files with 9413 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
|
|
||||||
networking.hosts = {
|
networking.hosts = {
|
||||||
#"10.0.0.183" = [ "headscale.nickiel.net" ];
|
"10.0.0.183" = [ "headscale.nickiel.net" ];
|
||||||
"100.64.0.1" = ["files.nickiel.net" "git.nickiel.net" "nickiel.net"
|
"100.64.0.1" = ["files.nickiel.net" "git.nickiel.net" "nickiel.net"
|
||||||
"jellyfin.nickiel.net" ];
|
"jellyfin.nickiel.net" ];
|
||||||
};
|
};
|
||||||
|
|
|
@ -104,7 +104,7 @@
|
||||||
timewarrior # timewarrior tracking status (https://timewarrior.net/)
|
timewarrior # timewarrior tracking status (https://timewarrior.net/)
|
||||||
taskwarrior # taskwarrior task count (https://taskwarrior.org/)
|
taskwarrior # taskwarrior task count (https://taskwarrior.org/)
|
||||||
time # current time
|
time # current time
|
||||||
battery # internal battery
|
battery # internal battery
|
||||||
# =========================[ Line #2 ]========================= (now like 3)
|
# =========================[ Line #2 ]========================= (now like 3)
|
||||||
# newline
|
# newline
|
||||||
# ip # ip address and bandwidth usage for a specified network interface
|
# ip # ip address and bandwidth usage for a specified network interface
|
||||||
|
@ -1621,7 +1621,7 @@
|
||||||
# Show battery in yellow when it's discharging.
|
# Show battery in yellow when it's discharging.
|
||||||
typeset -g POWERLEVEL9K_BATTERY_DISCONNECTED_FOREGROUND=3
|
typeset -g POWERLEVEL9K_BATTERY_DISCONNECTED_FOREGROUND=3
|
||||||
# Battery pictograms going from low to high level of charge.
|
# Battery pictograms going from low to high level of charge.
|
||||||
typeset -g POWERLEVEL9K_BATTERY_STAGES='\uf58d\uf579\uf57a\uf57b\uf57c\uf57d\uf57e\uf57f\uf580\uf581\uf578'
|
typeset -g POWERLEVEL9K_BATTERY_STAGES='\uf008e\uf007a\uf007b\uf007c\uf007d\uf007e\uf007f\uf0080\uf0081\uf0082\uf0079'
|
||||||
# Don't show the remaining time to charge/discharge.
|
# Don't show the remaining time to charge/discharge.
|
||||||
typeset -g POWERLEVEL9K_BATTERY_VERBOSE=false
|
typeset -g POWERLEVEL9K_BATTERY_VERBOSE=false
|
||||||
typeset -g POWERLEVEL9K_BATTERY_BACKGROUND=236
|
typeset -g POWERLEVEL9K_BATTERY_BACKGROUND=236
|
||||||
|
|
9410
rsrcs/p10k.zsh-new
Normal file
9410
rsrcs/p10k.zsh-new
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue