mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
added neofetch conf
This commit is contained in:
parent
f2f0a92bef
commit
29ed9391b3
1
.config/neofetch/archlinux.png
Symbolic link
1
.config/neofetch/archlinux.png
Symbolic link
@ -0,0 +1 @@
|
||||
/home/user/.config/neofetch/archlinux.png
|
1
.config/neofetch/config
Symbolic link
1
.config/neofetch/config
Symbolic link
@ -0,0 +1 @@
|
||||
/home/user/.config/neofetch/config
|
@ -208,6 +208,7 @@ type = internal/github
|
||||
token = ${env:GITHUB_API_TOKEN}
|
||||
|
||||
label = "%{u#2aa198}%{F#5b} %{F-}%notifications%%{u-}"
|
||||
empty-notifications = true
|
||||
;format-prefix = "%{F#5b}%{F-}"
|
||||
|
||||
[module/mpd]
|
||||
@ -389,7 +390,7 @@ type = internal/battery
|
||||
battery = BAT0
|
||||
adapter = AC
|
||||
full-at = 98
|
||||
time-format = %H:%M
|
||||
time-format = "%H%{F#92}%M%{F-}"
|
||||
|
||||
label-discharging = %percentage% %time%
|
||||
|
||||
|
@ -135,6 +135,7 @@ bindsym $mod+Control+w exec connman-gtk
|
||||
|
||||
# by class
|
||||
## floatings
|
||||
for_window [class=”Terminator” instance=”dropdown”] floating enable move absolute position 1600 1080
|
||||
for_window [class="Cssh"] floating enable, border normal
|
||||
for_window [class="XTerm"] floating enable, border normal
|
||||
for_window [class="feh"] floating enable, border normal
|
||||
|
2
.zshrc
2
.zshrc
@ -26,7 +26,7 @@ alias sudo="sudo "
|
||||
alias installed="pacman -Qqen"
|
||||
alias chrome="google-chrome-stable"
|
||||
alias tmux="tmux -2"
|
||||
alias neofetch="neofetch --crop_mode fit --image_size 33% --image ~/.config/neofetch/archlinux_clean2.png --colors 3 10 7 4 10 10"
|
||||
alias neofetch="neofetch --crop_mode fit --image_size 33% --image ~/.config/neofetch/archlinux.png --colors 3 10 7 4 10 10"
|
||||
bak() { cp "$1" "$1.bak" }
|
||||
chromeapp() { google-chrome-stable --app=$1 }
|
||||
extract() {
|
||||
|
Loading…
Reference in New Issue
Block a user