diff --git a/.config/neofetch/archlinux.png b/.config/neofetch/archlinux.png new file mode 120000 index 0000000..8f9c8ac --- /dev/null +++ b/.config/neofetch/archlinux.png @@ -0,0 +1 @@ +/home/user/.config/neofetch/archlinux.png \ No newline at end of file diff --git a/.config/neofetch/config b/.config/neofetch/config new file mode 120000 index 0000000..aa77fc7 --- /dev/null +++ b/.config/neofetch/config @@ -0,0 +1 @@ +/home/user/.config/neofetch/config \ No newline at end of file diff --git a/.config/polybar/config b/.config/polybar/config index a364c9e..fc6ddfa 100644 --- a/.config/polybar/config +++ b/.config/polybar/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% diff --git a/.i3/config b/.i3/config index 90ab8fa..d57804a 100644 --- a/.i3/config +++ b/.i3/config @@ -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 diff --git a/.zshrc b/.zshrc index 0ff79c1..d636474 100644 --- a/.zshrc +++ b/.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() {