added urxvt
This commit is contained in:
@@ -104,6 +104,9 @@ exec --no-startup-id compton -b
|
||||
exec --no-startup-id nextcloud
|
||||
exec --no-startup-id udiskie
|
||||
exec --no-startup-id conky -c ~/.conky/syclo-crimson-bottomleft.conkyrc
|
||||
exec --no-startup-id urxvtd
|
||||
exec --no-startup-id light-locker
|
||||
exec --no-startup-id synergyd
|
||||
# exec --no-startup-id polybar beep -r
|
||||
# exec --no-startup-id polybar boop -r
|
||||
# exec --no-startup-id nm-applet
|
||||
@@ -115,7 +118,7 @@ exec --no-startup-id conky -c ~/.conky/syclo-crimson-bottomleft.conkyrc
|
||||
bindsym $mod+Shift+s exec poweroff
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec i3-sensible-terminal
|
||||
bindsym $mod+Return exec urxvtc
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
@@ -138,7 +141,7 @@ bindsym XF86AudioPrevious exec "playerctl previous; cmus-remote -r"
|
||||
|
||||
# Application Shortcuts
|
||||
bindsym $mod+b exec firefox
|
||||
bindsym $mod+e exec i3-sensible-terminal -e ranger
|
||||
bindsym $mod+e exec urxvtc -e ranger
|
||||
bindsym $mod+Shift+e exec nautilus
|
||||
bindsym $mod+m exec thunderbird
|
||||
|
||||
|
||||
@@ -7,4 +7,5 @@ map np shell cp -r ~/Templates/LaTeX/Protokoll $(date +%g.%m.%%d); ~/Templates/L
|
||||
map ny shell cp %f ../Protokoll_$(echo $(basename $(pwd)) | awk '{gsub("\\.","-");print}' $2).pdf
|
||||
map nrg shell cp ~/Templates/LaTeX/Invoice/elektro_invoice.tex Gefeba_Elektro_-_Rechnung_$(date +%g-%m)_-Elektro.tex; ~/Templates/LaTeX/Invoice/InvNum.sh
|
||||
map nrb shell cp ~/Templates/LaTeX/Invoice/engineering_invoice.tex Gefeba_Engineering_-_Rechnung_$(date +%g-%m)_-Engineering.tex; ~/Templates/LaTeX/Invoice/InvNum.sh
|
||||
map nu shell touch L_$(basename %f .pdf)\.md; vim L_$(basename %f .pdf)\.md;
|
||||
map nu shell touch L_$(basename %f .pdf)\.md
|
||||
map ntu shell cp ~/Templates/LaTeX/UniversityAssignmets/assignment.tex .
|
||||
|
||||
@@ -61,8 +61,8 @@ alignment = 'bl',
|
||||
--## Font Settings #############################
|
||||
-- Use Xft (anti-aliased font and stuff)
|
||||
use_xft = true,
|
||||
--xftfont Liberation Mono:bold:size=9
|
||||
font = 'Roboto:size=10',
|
||||
--xftfont Hack Nerd Font Mono:style=Regular:size=11:hinting=full
|
||||
font = 'DejaVu Sans Mono for Powerline:size=11',
|
||||
|
||||
-- Alpha of Xft font. Must be a value at or between 1 and 0 ###
|
||||
xftalpha = 1,
|
||||
@@ -163,20 +163,20 @@ conky.text = [[
|
||||
# You can change bg-bottomleft-75.png to bg-bottomleft-50.png for 50% opacity
|
||||
# Or bg-bottomleft-25.png for 25% opacity
|
||||
# Or bg-bottomleft-0.png for fully transparent
|
||||
${goto 24}${font Roboto:Light:size=72}${color0}\
|
||||
${goto 24}${font Hack Nerd Font Mono:style=Regular:size=72:hinting=full}${color0}\
|
||||
${time %H}${color}\
|
||||
\
|
||||
:\
|
||||
\
|
||||
${time %M}${font}${color}
|
||||
\
|
||||
${goto 50}${font Roboto:Light:size=20}${voffset 12}${execi 300 LANG=de_DE.utf8 LC_TIME=de_DE.utf8 date +"%A"},${color}\
|
||||
${goto 50}${font Hack Nerd Font Mono:style=Regular:size=20:hinting=full}${voffset 12}${execi 300 LANG=de_DE.utf8 LC_TIME=de_DE.utf8 date +"%A"},${color}\
|
||||
${color0} ${execi 300 LANG=de_DE.utf8 LC_TIME=de_DE.utf8 date +"%d"}${color}\
|
||||
${execi 300 LANG=de_DE.utf8 LC_TIME=de_DE.utf8 date +"%B"}${font}${color}
|
||||
\
|
||||
|
||||
${goto 24}\
|
||||
${font Roboto:Light:pixelsize=12}\
|
||||
${goto 20}\
|
||||
${font Hack Nerd Font Mono:style=Regular:size=12:hinting=full}\
|
||||
${offset 20}${battery_percent}%\
|
||||
${offset 45}$mem / $memmax\
|
||||
${offset 45}${cpu cpu0}%
|
||||
|
||||
Reference in New Issue
Block a user