This commit is contained in:
Marco Thomas
2021-04-12 12:43:16 +02:00
parent 9d9ca01fd6
commit d9d3aaf3ab
5 changed files with 15 additions and 11 deletions

View File

@@ -26,6 +26,13 @@ dunst &
picom &
nm-applet &
# fcitx exports
export GTK_IM_MODULE='fcitx'
export QT_IM_MODULE='fcitx'
export SDL_IM_MODULE='fcitx'
export XMODIFIERS='@im=fcitx'
export WINIT_UNIX_BACKEND=x11
# wallpaper
feh --bg-scale $HOME/data/nextcloud/wallpaper/wallpaper.png
#asetroot $HOME/data/nextcloud/wallpaper/animated/current/ -t 50 &

View File

@@ -49,19 +49,11 @@ export VISUAL="nvim"
export LANG="en_US.UTF-8"
export PATH=$PATH:$HOME/.local/bin:$HOME/scripts:$HOME/.cargo/bin
export GTK_IM_MODULE='fcitx'
export QT_IM_MODULE='fcitx'
export SDL_IM_MODULE='fcitx'
export XMODIFIERS='@im=fcitx'
export WINIT_UNIX_BACKEND=x11
# ============================== Aliases
alias fontslist="fc-list :scalable=true:spacing=mono: family"
alias fontscache="fc-cache -f -v"
alias accent="echo #98c379"
alias hm="cd ~/dev/hm-aufgaben"
if [[ -x $(which nvim 2> /dev/null) ]]; then
alias vim="nvim"
fi

View File

@@ -33,5 +33,5 @@ function get_title () {
[ ! -z "$(playerctl -p spotify status 2>/dev/null)" ] \
&& artist=$(get_artist) \
&& title=$(get_title) \
&& ([ -z "$artist$title" ] && scroll "" "Spotify is not connected on this pc" "" || scroll "$artist - $title" ) \
&& ([ -z "$artist$title" ] && scroll "" "Spotify is not connected on this pc" "" || scroll "$title - $artist" ) \
|| exit 1

4
files/scripts/fix_time.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
timedatectl set-timezone Europe/Berlin
sudo hwclock --systohc