diff --git a/.config/X11/xinitrc b/.config/X11/xinitrc index f06ed9ce..0151b2c3 100755 --- a/.config/X11/xinitrc +++ b/.config/X11/xinitrc @@ -10,7 +10,7 @@ echo "$DBUS_SESSION_BUS_ADDRESS" > /tmp/bus-session rm -rf $XDG_RUNTIME_DIR/day_cache -source ~/.config.env +source ~/.config/config.env gpgconf --dry-run --create-socketdir #eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh) diff --git a/.local/bin/firefox-sync b/.local/bin/firefox-sync index 4598c016..22f4475b 100755 --- a/.local/bin/firefox-sync +++ b/.local/bin/firefox-sync @@ -6,7 +6,7 @@ if [ ! "$BROWSER" = "firefox" ]; then exit 0 fi -source $HOME/.config.env +source $HOME/.config/config.env static=static-$FIREFOX_PROFILE link=$FIREFOX_PROFILE diff --git a/.local/bin/status-bar/battery b/.local/bin/status-bar/battery index 8976c248..68b07ebe 100755 --- a/.local/bin/status-bar/battery +++ b/.local/bin/status-bar/battery @@ -1,6 +1,6 @@ #!/bin/bash -source ~/.config.env +source ~/.config/config.env ramp10= ramp20= diff --git a/.local/bin/status-bar/cpu-temp b/.local/bin/status-bar/cpu-temp index 7a92ffb8..c3c5405f 100755 --- a/.local/bin/status-bar/cpu-temp +++ b/.local/bin/status-bar/cpu-temp @@ -1,6 +1,6 @@ #!/bin/bash -source ~/.config.env +source ~/.config/config.env temp=$(sed 's/[0-9][0-9][0-9]$/°C/' $TEMP_ZONE) icon= diff --git a/.local/bin/status-bar/mconnect b/.local/bin/status-bar/mconnect index 4ec1f5da..08cc9e6d 100755 --- a/.local/bin/status-bar/mconnect +++ b/.local/bin/status-bar/mconnect @@ -1,6 +1,6 @@ #!/bin/bash -source ~/.config.env +source ~/.config/config.env if [ ! "$MCONNECT" = true ] ; then echo "^c#EBCB8B^ ^d^" diff --git a/.local/bin/status-bar/network b/.local/bin/status-bar/network index 60747ada..24b0c3c0 100755 --- a/.local/bin/status-bar/network +++ b/.local/bin/status-bar/network @@ -1,6 +1,6 @@ #!/bin/bash -source ~/.config.env +source ~/.config/config.env is_eth_used=$(cat /sys/class/net/$ETH_IT/carrier) is_wlan_used=$(cat /sys/class/net/$WLAN_IT/carrier) diff --git a/.local/bin/status-bar/redshift b/.local/bin/status-bar/redshift index deb494bb..95af4580 100755 --- a/.local/bin/status-bar/redshift +++ b/.local/bin/status-bar/redshift @@ -1,6 +1,6 @@ #!/bin/bash -source $HOME/.config.env +source $HOME/.config/config.env pid=$(pidof redshift) diff --git a/.local/bin/status-bar/weather b/.local/bin/status-bar/weather index ddccc92f..6f23b4e2 100755 --- a/.local/bin/status-bar/weather +++ b/.local/bin/status-bar/weather @@ -1,6 +1,6 @@ #!/bin/bash -source ~/.config.env +source ~/.config/config.env weatherreport="${XDG_CACHE_HOME:-$HOME/.local/share}/weatherreport" weatherreportjson="${XDG_CACHE_HOME:-$HOME/.local/share}/weatherreportjson" diff --git a/README.md b/README.md index 8e1e5634..8730bc70 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ git clone --depth 4 --recurse-submodules https://github.com/theFr1nge/dotfiles.g This will download everything you need. After that, I have a list of all the packages I have installed on my machine in the directory arch-setup/. If you have any problems regarding the setup, you should first check whether you have missing packages. After the clone process, it is pretty straightforward, you can run the `install.sh` script which creates necessary symlinks. -You might want to edit your crontab and the ~/.config.env. +You might want to edit your crontab and the ~/.config/config.env. ## Some eye candy ![Workspace 1](https://minio.yigitcolakoglu.com/screenshots/rice/neofetch.png) diff --git a/install.sh b/install.sh index 5cf132f4..f7699952 100755 --- a/install.sh +++ b/install.sh @@ -82,7 +82,7 @@ chmod +x $HOME/.zshenv mvie ~/.profile ~/.dotfiles_backup/profile ln -sf ~/.dotfiles/profile ~/.profile -cp ~/.dotfiles/config.env.def ~/.config.env +cp ~/.dotfiles/config.env.def ~/.config/config.env # Downloading assets ##Fonts