Update
This commit is contained in:
@@ -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 &
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
4
files/scripts/fix_time.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
timedatectl set-timezone Europe/Berlin
|
||||
sudo hwclock --systohc
|
||||
Reference in New Issue
Block a user