Update 2024-05-30 23:47 Linux/x86_64
This commit is contained in:
parent
1b89488002
commit
9682e0bafc
@ -38,10 +38,10 @@
|
||||
|
||||
! URxvt Appearance
|
||||
|
||||
Rxvt*font: xft:JetBrainsMono-Regular:size=9
|
||||
Rxvt*boldFont: xft:JetBrainsMono-Regular:bold:size=9
|
||||
Rxvt*italicFont: xft:JetBrainsMono-Regular:italic:autohint=true:size=9
|
||||
Rxvt*boldItalicFont: xft:JetBrainsMono-Regular:bold:italic:autohint=true:size=9
|
||||
Rxvt*font: xft:DejaVuSansMono:size=9
|
||||
Rxvt*boldFont: xft:DejaVuSansMono:bold:size=9
|
||||
Rxvt*italicFont: xft:DejaVuSansMono:italic:autohint=true:size=9
|
||||
Rxvt*boldItalicFont: xft:DejaVuSansMono:bold:italic:autohint=true:size=9
|
||||
|
||||
URxvt.keysym.Shift-C-Up: font-size:increase
|
||||
URxvt.keysym.Shift-C-Down: font-size:decrease
|
||||
|
@ -57,9 +57,9 @@ print_info() {
|
||||
"prin"
|
||||
info "${c4} Processor-------->" cpu
|
||||
info "${c4} Memory----------->" memory
|
||||
info "${c4} GPU-------------->" gpu
|
||||
info "${c4} Uptime----------->" uptime
|
||||
info "${c4} Resolution------->" resolution
|
||||
info "${c4} Disk------------->" disk
|
||||
"prin"
|
||||
prin "${c5} Installed-------->" "$(echo $birth_install | awk '{print strftime("%m/%d/%Y, %H:%M:%S",$1)}')"
|
||||
prin "${c5} Time Now--------->" "$(echo $current | awk '{print strftime("%m/%d/%Y, %H:%M:%S",$1)}')"
|
||||
@ -218,7 +218,7 @@ speed_type="bios_limit"
|
||||
# Example:
|
||||
# on: 'i7-6500U (4) @ 3.1GHz'
|
||||
# off: 'i7-6500U (4) @ 3.100GHz'
|
||||
speed_shorthand="off"
|
||||
speed_shorthand="on"
|
||||
|
||||
# Enable/Disable CPU brand in output.
|
||||
#
|
||||
@ -319,7 +319,7 @@ gpu_type="all"
|
||||
# Example:
|
||||
# on: '1920x1080 @ 60Hz'
|
||||
# off: '1920x1080'
|
||||
refresh_rate="on"
|
||||
refresh_rate="off"
|
||||
|
||||
|
||||
##--------- Gtk Theme / Icons / Font
|
||||
|
@ -2,6 +2,7 @@
|
||||
[keybindings]
|
||||
[profiles]
|
||||
[[default]]
|
||||
foreground_color = "#ffffff"
|
||||
show_titlebar = False
|
||||
scrollbar_position = hidden
|
||||
palette = "#282a2e:#a54242:#8c9440:#de935f:#5f819d:#85678f:#5e8d87:#707880:#373b41:#cc6666:#b5bd68:#f0c674:#81a2be:#b294bb:#8abeb7:#c5c8c6"
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 803e1a784cd520f101d126b47deea3297e6a82fc
|
||||
Subproject commit a779d6563ffb2f0093b4b74c8d5ff0982fa3e930
|
@ -1,5 +1,7 @@
|
||||
let g:netrw_dirhistmax =10
|
||||
let g:netrw_dirhistcnt =4
|
||||
let g:netrw_dirhistcnt =6
|
||||
let g:netrw_dirhist_6='/home/anon/Software/git/hugo/tinfoil-hat.net/content/en/_index.md'
|
||||
let g:netrw_dirhist_5='/home/anon/Software/git/hugo/tinfoil-hat.net/content'
|
||||
let g:netrw_dirhist_4='/home/anon/Software/deb/nbfc-linux-0.1.12/DEBIAN/control'
|
||||
let g:netrw_dirhist_3='/home/anon/Software/scripts'
|
||||
let g:netrw_dirhist_2='/home/anon/.config/neofetch'
|
||||
|
7
.zshrc
7
.zshrc
@ -255,9 +255,11 @@ alias i2p-stop="i2p/i2prouter stop"
|
||||
alias wifi="sudo wifite -mac --wps --dict ~/Dokumente/rockyou.txt --new-hs"
|
||||
alias wget-fullpage="wget -mkEpnp -e robots=off --convert-links"
|
||||
# alias ai-dophin-mixtral="ollama run dolphin-mixtral"
|
||||
alias ai="ollama run llama3:8b"
|
||||
alias lama="ollama run llama3:8b"
|
||||
alias wireguard-up="sudo wg-quick up vps"
|
||||
alias wireguard-up"sudo wg-quick down vps"
|
||||
alias spotify-dl="spotdl"
|
||||
alias timer="termdown"
|
||||
# some more ls aliases
|
||||
alias ll='ls -l'
|
||||
alias la='ls -A'
|
||||
@ -341,3 +343,6 @@ fi
|
||||
|
||||
# PS1="%{$(tput setaf 34)%}%n%{$(tput setaf 244)%}@%{$(tput setaf 34)%}%m %{$(tput setaf 178)%}%1~ %{$(tput sgr0)%}$ "
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
# Install Ruby Gems to ~/gems
|
||||
export GEM_HOME="$HOME/gems"
|
||||
export PATH="$HOME/gems/bin:$PATH"
|
||||
|
Loading…
Reference in New Issue
Block a user