Fix dotman

- edit autostart
- add one wallpaper
This commit is contained in:
Wiktor Zykubek 2020-03-23 23:09:10 +01:00
parent f781e230c0
commit 3da3deaafb
4 changed files with 12 additions and 7 deletions

View File

@ -19,7 +19,7 @@ super + b
qutebrowser
# st
super + Return
tabbed -r 2 st -w ''
st
# vifm
super + r
st -e vifm
@ -66,7 +66,9 @@ super + u
# rofi-todo
super + n
$SCRD/rofi-todo/rofi-todo.py -f $HOME/Notes/notes.json
# kaomoji-rofi
super + e
$SCRD/kaomoji-rofi/kaomoji.sh
#~~~~~~~~~~~~
# WM CONTROL

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

View File

@ -8,7 +8,11 @@
# Load .Xresources
xrdb ~/.Xresources
# Wallpaper
if [ "$HOSTNAME" == "pc" ];then
feh --bg-fill --randomize /home/samedamci/.config/wallpapers/1920x1080/ &
elif [ "$HOSTNAME" == "laptop" ];then
feh --bg-fill --randomize /home/samedamci/.config/wallpapers/1366x768/ &
fi
# Polybar
killall -q polybar

7
dotman
View File

@ -32,12 +32,11 @@ install_repo_packages() {
# Packages
FONTS="otf-ipafont noto-fonts-emoji gnu-free-fonts ttf-arphic-uming ttf-indic-otf ttf-joypixels ttf-font-awesome ttf-dejavu"
UTILS="neovim qutebrowser telegram-desktop htop mpd ncmpcpp rofi transmission-cli vlc zsh youtube-dl grc curl wget xclip figlet w3m vifm feh
alsa-utils tmux networkmanager maim fzf exfat-utils fuse2 udiskie udisks2 imagemagick i3lock-color man pacman-contrib ncdu mpc neomutt bc clipmenu"
UTILS="neovim qutebrowser telegram-desktop htop mpd ncmpcpp rofi transmission-cli vlc zsh youtube-dl grc curl wget xclip figlet w3m vifm feh alsa-utils tmux networkmanager maim fzf exfat-utils fuse2 udiskie udisks2 imagemagick i3lock-color man pacman-contrib ncdu mpc neomutt bc clipmenu xdotool"
WM="dunst bspwm sxhkd picom xorg-server xorg-xinit xorg-xsetroot"
DEV="python-pip yarn gradle ccls eslint flake8 shellcheck prettier python-black hub git"
sudo pacman -S --noconfirm --needed "$FONTS $UTILS $WM $DEV"
sudo pacman -S --noconfirm --needed $FONTS $UTILS $WM $DEV
}
@ -199,7 +198,7 @@ copy_configs() {
cp .zshrc .bash_profile .bashrc .profile .shellrc .zprofile .Xresources .xinitrc ~/
# Scripts
cp -r .scripts/* ~/scripts
cp -r .scripts/* ~/.scripts
cd ~/.scripts/ || exit
rm -rf rofi-keepassxc
git clone https://github.com/samedamci/rofi-keepassxc