[pre-commit] Update toi 4.5.0

[nano] Remove draft§ folder
[i3status] Add Eth
[alactritty] Use 256 colors
This commit is contained in:
Hactarus 2024-03-03 20:17:06 +01:00
parent aa706ca78b
commit 5e0d2135eb
4 changed files with 4 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks # See https://pre-commit.com/hooks.html for more hooks
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0 rev: v4.5.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer

View file

@ -23,7 +23,7 @@ import:
# environment variables. Some entries may override variables # environment variables. Some entries may override variables
# set by alacritty itself. # set by alacritty itself.
env: env:
TERM: xterm TERM: xterm-256color
# TERM variable # TERM variable
# #
# This value is used to set the `$TERM` environment variable for # This value is used to set the `$TERM` environment variable for

View file

@ -15,6 +15,7 @@ order += "run_watch VPNC"
order += "path_exists VPN" order += "path_exists VPN"
order += "wireless wlan0" order += "wireless wlan0"
order += "ethernet eth0" order += "ethernet eth0"
order += "ethernet"
order += "battery 0" order += "battery 0"
order += "cpu_temperature 0" order += "cpu_temperature 0"
order += "memory" order += "memory"

View file

@ -59,7 +59,7 @@ set statuscolor brightwhite,red
#set numbercolor magenta #set numbercolor magenta
# set keycolor brightmagenta # set keycolor brightmagenta
# set functioncolor magenta # set functioncolor magenta
include "/usr/share/nano/*.nanorc" #include "/usr/share/nano/*.nanorc"
# bind ^S savefile main # bind ^S savefile main
# bind M-B cutwordleft main # bind M-B cutwordleft main
# bind M-N cutwordright main # bind M-N cutwordright main