Make some changes

Jonathan Hodgson 7 years ago
parent d8c801947c
commit 47c69266c7
  1. 13
      bashrc
  2. 2
      bin/weather
  3. 15
      config/i3/configWork

@ -12,10 +12,10 @@ export EDITOR=vim
export CDPATH=.:~:~/Sites export CDPATH=.:~:~/Sites
#Ruby things #Ruby things
#GEM_HOME=$(ls -t -U | ruby -e 'puts Gem.user_dir') GEM_HOME=$(ls -t -U | ruby -e 'puts Gem.user_dir')
#GEM_PATH=$GEM_HOME GEM_PATH=$GEM_HOME
#export PATH=$PATH:$GEM_HOME/bin export PATH=$PATH:$GEM_HOME/bin
#export GEM_HOME=$(ruby -e 'print Gem.user_dir') export GEM_HOME=$(ruby -e 'print Gem.user_dir')
big-chromium () { big-chromium () {
chromium --force-device-scale-factor=$1 chromium --force-device-scale-factor=$1
@ -185,6 +185,9 @@ alias .v='cd ~/.vim/'
alias df='cd ~/.dotfiles' alias df='cd ~/.dotfiles'
#fi #fi
# moon phase
alias moonphase='weather moon'
#Old ps1 #Old ps1
#PS1='[\u@\h \W]\$ ' #PS1='[\u@\h \W]\$ '
@ -338,7 +341,7 @@ fi
#If on work computer, cd into sites #If on work computer, cd into sites
clear clear
screenfetch #screenfetch
set -o vi set -o vi
# vim: foldmethod=marker # vim: foldmethod=marker

@ -4,4 +4,4 @@ place=${initial// /+}
if [[ "$place" == "" ]]; then if [[ "$place" == "" ]]; then
place="Bury+St+Edmunds" place="Bury+St+Edmunds"
fi fi
curl "wttr.in/$place" curl "wttr.in/$place" 2> /dev/null | head -n -2

@ -170,7 +170,7 @@ assign [class="skypeforlinux"] $workspace10
for_window [class="Galculator"] floating enable for_window [class="Galculator"] floating enable
# reload the configuration file # reload the configuration file
bindsym $mod+Shift+c reload #bindsym $mod+Shift+c reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3) # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
bindsym $mod+Shift+r restart bindsym $mod+Shift+r restart
@ -217,7 +217,7 @@ bindsym $mod+r mode "resize"
# finds out, if available) # finds out, if available)
bar { bar {
status_command i3status status_command i3status
#tray_output primary tray_output primary
colors { colors {
separator $base03 separator $base03
background $base01 background $base01
@ -233,7 +233,8 @@ bar {
#Use xfce4 panel instead of i3's #Use xfce4 panel instead of i3's
#exec --no-startup-id xfce4-panel --disable-wm-check #exec --no-startup-id xfce4-panel --disable-wm-check
bindsym control+mod1+c exec chromium, workspace $workspace1 bindsym $mod+c exec chromium-snapshot-bin, workspace $workspace1
bindsym $mod+Shift+c exec chromium-snapshot-bin --force-device-scale-factor=2, workspace $workspace1
bindsym control+mod1+f exec thunar bindsym control+mod1+f exec thunar
bindsym XF86Mail exec thunderbird bindsym XF86Mail exec thunderbird
bindsym $mod+z exec zeal bindsym $mod+z exec zeal
@ -342,8 +343,8 @@ mode "$mode_gaps_outer" {
#exec --no-startup-id redshift-gtk #exec --no-startup-id redshift-gtk
exec --no-startup-id redshift
#exec --no-startup-id redshift-gtk exec --no-startup-id pasystray
#exec feh --bg-scale /home/jonathan/Pictures/Wallpapers/blueConky/ram_memory_chip-wallpaper-3554x1999.jpg #exec feh --bg-scale /home/jonathan/Pictures/Wallpapers/blueConky/ram_memory_chip-wallpaper-3554x1999.jpg
exec --no-startup-id compton -f -i 0.95 exec --no-startup-id compton -f -i 0.95
exec_always --no-startup-id /usr/lib/kdeconnectd exec_always --no-startup-id /usr/lib/kdeconnectd
@ -354,10 +355,10 @@ exec --no-startup-id xfce4-clipman
#exec --no-startup-id xfce4-power-manager #exec --no-startup-id xfce4-power-manager
#exec_always --no-startup-id killall conky #exec_always --no-startup-id killall conky
#exec_always --no-startup-id sleep 1s; killall -9 conky #exec_always --no-startup-id sleep 1s; killall -9 conky
exec --no-startup-id xrandr --output HDMI-1 --auto --left-of DP-1 exec --no-startup-id xrandr --output DP-1 --primary --mode 2560x1440 --pos 1440x0 --rotate normal --output HDMI-1 --mode 1440x900 --pos 0x0 --rotate normal --output HDMI-2 --off
exec_always --no-startup-id /usr/lib/xfce4/notifyd/xfce4-notifyd exec_always --no-startup-id /usr/lib/xfce4/notifyd/xfce4-notifyd
exec --no-startup-id sh ~/.fehbg exec --no-startup-id sh ~/.fehbg
exec_always --no-startup-id sh "/home/jonathan/.config/conky/conky-startup.sh" exec_always --no-startup-id sh "/home/jonathan/.config/conky/conky-startup.sh"
#exec --no-startup-id conky -c "/home/jonathan/.config/conky/BibleVerse/bibleGateway" #exec --no-startup-id conky -c "/home/jonathan/.config/conky/BibleVerse/bibleGateway"
#exec --no-startup-id conky -c "/home/jonathan/.config/conky/MyBlue/MyBlue" #exec --no-startup-id conky -c "/home/jonathan/.config/conky/MyBlue/MyBlue"
exec --no-startup-id albert exec_always --no-startup-id albert

Loading…
Cancel
Save