Fix dotman
- edit autostart - add one wallpaper
This commit is contained in:
parent
f781e230c0
commit
3da3deaafb
@ -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
|
||||
|
BIN
botfiles/.config/wallpapers/1366x768/wall6.png
Normal file
BIN
botfiles/.config/wallpapers/1366x768/wall6.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 190 KiB |
@ -8,7 +8,11 @@
|
||||
# Load .Xresources
|
||||
xrdb ~/.Xresources
|
||||
# Wallpaper
|
||||
feh --bg-fill --randomize /home/samedamci/.config/wallpapers/1920x1080/ &
|
||||
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
7
dotman
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user