From bea7c0bbc4ea2da7fa512ed69412a0f3197fb85e Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 22 Mar 2019 18:20:17 +0300 Subject: Mobile related various changes --- .config/conky/conky.conf##mobile.Linux.Luchs | 7 +++-- .config/i3/config##mobile.Linux.Luchs | 2 ++ .config/polybar/config##mobile.Linux.Luchs | 4 +-- .config/rofi/config | 38 ++++++++++++++++++++-------- .xsession##mobile.Linux.Luchs | 29 --------------------- .zshrc | 20 +++++++-------- 6 files changed, 43 insertions(+), 57 deletions(-) diff --git a/.config/conky/conky.conf##mobile.Linux.Luchs b/.config/conky/conky.conf##mobile.Linux.Luchs index aabd64c..f9d1307 100644 --- a/.config/conky/conky.conf##mobile.Linux.Luchs +++ b/.config/conky/conky.conf##mobile.Linux.Luchs @@ -1,5 +1,5 @@ conky.config = { - alignment = 'top_right', + alignment = 'top_left', background = true, draw_borders = false, @@ -15,10 +15,10 @@ conky.config = { draw_outline = false, draw_shades = true, use_xft = true, - font = 'Fira Code Medium:size=9', + font = 'FuraCode Nerd Font Mono:size=9', gap_x = 15, - gap_y = 35, + gap_y = 45, minimum_height = 5, minimum_width = 5, @@ -86,6 +86,5 @@ ${color0}forecast $stippled_hr${color} ${voffset 05}${texeci 1800 curl -s wttr.in/ank | sed -n '3,7{s/\d27\[[0-9;]*m//g;s/^..//;s/ *$//;p}'} ${color0}calendar $stippled_hr${color} ${voffset 05}${execp TODAY=`date +%_d`; cal | tail -n+2 | sed -e '1 s:.*:\${color3}&\${color6}:' -e '1 s:'"$(date +%a |cut -c 1-2)"':\${color4}&\${color5}:' -e '0,/'"$TODAY"'/{s/'"$TODAY"'/\${color7}'"$TODAY"'\${color8}/}' | sed s/^/'${alignc}'/} -${color0}latest xkcd $stippled_hr${color} ${color4}${alignr} ]] diff --git a/.config/i3/config##mobile.Linux.Luchs b/.config/i3/config##mobile.Linux.Luchs index 9ea02cf..4cb249c 100644 --- a/.config/i3/config##mobile.Linux.Luchs +++ b/.config/i3/config##mobile.Linux.Luchs @@ -21,6 +21,8 @@ exec --no-startup-id ~/.fehbg & exec --no-startup-id compton -b & exec --no-startup-id xsettingsd & +exec --no-startup-id gebaard -b + # utilities exec --no-startup-id dropbox & exec --no-startup-id copyq & diff --git a/.config/polybar/config##mobile.Linux.Luchs b/.config/polybar/config##mobile.Linux.Luchs index ca43284..e031491 100644 --- a/.config/polybar/config##mobile.Linux.Luchs +++ b/.config/polybar/config##mobile.Linux.Luchs @@ -52,9 +52,9 @@ font-1 = Lato:size=10;1 font-2 = Fira Code:size=10;1 font-3 = FuraCode Nerd Font Mono:size=12;2 -modules-left = i3 pulseaudio +modules-left = i3 modules-center = xwindow -modules-right = download upload date time backlight battery xkeyboard +modules-right = date time backlight battery xkeyboard tray-position = right diff --git a/.config/rofi/config b/.config/rofi/config index df6e244..c23ec3a 100644 --- a/.config/rofi/config +++ b/.config/rofi/config @@ -1,11 +1,27 @@ -rofi.color-enabled: true -rofi.color-window: #141021, #0a0f14, #195466 -rofi.color-normal: #141021, #ffeefc, #195466, #c23127, #ffeefc -rofi.color-active: #141021, #2aa889, #195466, #d26939, #ffeefc -rofi.color-urgent: #141021, #e4b226, #195466, #e4b226, #ffeefc -rofi.width: 800 -rofi.padding: 50 -rofi.font: Lato 18 -rofi.bw: 3 -rofi.separator-style: solid -rofi.hide-scrollbar: true +rofi.modi: window,run,ssh +rofi.width: 50 +rofi.lines: 15 +rofi.columns: 1 +rofi.font: scientifica 10 +rofi.color-normal: #27150d, #e1e5e8, #27150d, #7c7c7b, #e1e5e8 +rofi.color-urgent: #27150d, #d6b48d, #22231D, #d6b48d, #e1e5e8 +rofi.color-active: #27150d, #B3C9DD, #27150d, #B3C9DD, #27150d +rofi.color-window: #27150d, #7c7c7b, #555554 +rofi.bw: 5 +rofi.location: 0 +rofi.padding: 5 +rofi.yoffset: 0 +rofi.xoffset: 0 +rofi.fixed-num-lines: true +rofi.terminal: rofi-sensible-terminal +rofi.ssh-client: ssh +rofi.ssh-command: {terminal} -e {ssh-client} {host} +rofi.run-command: {cmd} +rofi.parse-hosts: true +rofi.matching: normal +rofi.separator-style: none +rofi.scrollbar-width: 0 +rofi.kb-mode-next: Shift+Right,Control+Tab,Alt+l +rofi.kb-mode-previous: Shift+Left,Control+Shift+Tab,Alt+h +rofi.kb-row-up: Up,Control+p,Shift+Tab,Shift+ISO_Left_Tab,Alt+k +rofi.kb-row-down: Down,Control+n,Alt+j diff --git a/.xsession##mobile.Linux.Luchs b/.xsession##mobile.Linux.Luchs index 7454fc9..1a98b97 100755 --- a/.xsession##mobile.Linux.Luchs +++ b/.xsession##mobile.Linux.Luchs @@ -5,32 +5,3 @@ # # Executed by xdm/gdm/kdm at login # - -# disable screensaver, beep and power saving -xset -dpms & -xset s off & -xset -b & - -# start the network manager, useful for vpns -nm-applet & - -# removable media -udiskie --automount --file-manager thunar --tray --notify & - -# set the wallpaper and other visuals -~/.fehbg & -compton -b & -xsettingsd & -clight - -# utilities -dropbox & -copyq & -conky --daemonize -c ~/.config/conky/conky.conf & -conky --daemonize -c ~/.config/conky/task.conf & - -# keyboard with alt+shift us,tr switch, map escape to capslock -setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape & - -xinput set-prop "ELAN1200:00 04F3:3045 Touchpad" "libinput Natural Scrolling Enabled" 1 & -xinput set-prop "ELAN1200:00 04F3:3045 Touchpad" "libinput Tapping Enabled" 1 & diff --git a/.zshrc b/.zshrc index ebc0480..5a22f2e 100644 --- a/.zshrc +++ b/.zshrc @@ -61,12 +61,10 @@ COMPLETION_WAITING_DOTS="true" # Add wisely, as too many plugins slow down shell startup. plugins=( colored-man-pages - cpanm git gitignore taskwarrior tmux - you-should-use z zsh-autosuggestions ) @@ -127,19 +125,19 @@ mkcdir () { cd -P -- "$1" } -PATH="/home/yigit/perl5/bin${PATH+:}${PATH}"; export PATH; -PERL5LIB="/home/yigit/perl5/lib/perl5${PERL5LIB+:}${PERL5LIB}"; export PERL5LIB; -PERL_LOCAL_LIB_ROOT="/home/yigit/perl5${PERL_LOCAL_LIB_ROOT+:}${PERL_LOCAL_LIB_ROOT}"; export PERL_LOCAL_LIB_ROOT; -PERL_MB_OPT="--install_base \"/home/yigit/perl5\""; export PERL_M_OPT; -PERL_MM_OPT="INSTALL_BASE=/home/yigit/perl5"; export PERL_MM_OPT; -PERL_MM_OPT="INSTALL_BASE=/home/yigit/perl5"; export PERL_MM_OPT; +#PATH="/home/yigit/perl5/bin${PATH+:}${PATH}"; export PATH; +#PERL5LIB="/home/yigit/perl5/lib/perl5${PERL5LIB+:}${PERL5LIB}"; export PERL5LIB; +#PERL_LOCAL_LIB_ROOT="/home/yigit/perl5${PERL_LOCAL_LIB_ROOT+:}${PERL_LOCAL_LIB_ROOT}"; export PERL_LOCAL_LIB_ROOT; +#PERL_MB_OPT="--install_base \"/home/yigit/perl5\""; export PERL_M_OPT; +#PERL_MM_OPT="INSTALL_BASE=/home/yigit/perl5"; export PERL_MM_OPT; +#PERL_MM_OPT="INSTALL_BASE=/home/yigit/perl5"; export PERL_MM_OPT; RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC export GPG_TTY=$(tty) -PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin" -export GEM_HOME=$HOME/.gem +#PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin" +#export GEM_HOME=$HOME/.gem # Getting Things Done & Taskwarrior Related alias in='task add +in' # Alias for tasks with in tag (in tray) @@ -158,7 +156,7 @@ alias think='tickle +1d' alias lim='nvim /home/yigit/Dropbox/ledger.dat' alias maybe='task due:someday list' -alias music='mpv --no-vid' +#alias music='mpv --no-vid' alias s="du -hs * | sort -rh | head -5" alias f="find . -name" alias b="buku --suggest --colors 'onlxm'" -- cgit v1.2.3-70-g09d2