changes...

This commit is contained in:
Harri Lahtinen 2019-09-11 09:55:34 +03:00
parent 4a4af66f59
commit 0ad835847a
3 changed files with 39 additions and 37 deletions

View File

@ -5,21 +5,21 @@
;
[colors]
background = #00000000
background-alt = #7E8479
foreground = #77878E
foreground-alt = #ADB4B7
highlight = #d3d7d8
error = #6C7A84
red = #6C7A84
yellow = #8D989D
green = #97A5AC
darkblue = #77878E
background-alt = #493629
foreground = #65543A
foreground-alt = #665C48
highlight = #bab3a5
error = #564732
red = #564732
yellow = #343942
green = #3D4045
darkblue = #65543A
alert = #FF0000
lightblue = #d3d7d8
orange = #ADB4B7
blue = #7E8479
black = #101313
grey = #939697
lightblue = #bab3a5
orange = #665C48
blue = #493629
black = #090704
grey = #827d73
[bar/top]
monitor = ${env:MONITOR:eDP-1}

View File

@ -133,10 +133,10 @@ handle_image() {
exit 7;;
## Video
# video/*)
# # Thumbnail
# ffmpegthumbnailer -i "${FILE_PATH}" -o "${IMAGE_CACHE_PATH}" -s 0 && exit 6
# exit 1;;
video/*)
# Thumbnail
ffmpegthumbnailer -i "${FILE_PATH}" -o "${IMAGE_CACHE_PATH}" -s 0 && exit 6
exit 1;;
## PDF
# application/pdf)

View File

@ -193,7 +193,7 @@ bindsym $mod+s gaps inner current plus 5
bindsym $mod+Shift+s gaps inner current minus 5
#bindsym $mod+d exec rofi -config ~/.config/rofi/config -show drun
bindsym $mod+d exec dmenu_extended_run
bindsym $mod+d exec dmenu_run -fn 'Ubuntu Mono derivative Powerline-18' -h '35' -nb '{color5}' -sf '{color0}' -sb '{color10}' -nf '{color15}'
bindsym Mod1+d exec ~/.config/Scripts/rofi-bangs.sh
bindsym $mod+Shift+d gaps inner current set 0; gaps outer current set 0
@ -314,6 +314,8 @@ for_window [instance="^package-update$" class="^st$"] floating enable, move posi
for_window [class="Yad"] floating enable
for_window [class="St"] floating enable, resize set 1664 936
for_window [class="Pcmanfm"] floating enable, resize set 1920 1080
for_window [class="(G|g)oogle-chrome"] border none
for_window [class="(G|g)oogle-chrome" window_role="pop-up"] floating enable, border normal
###---Function Buttons---###
@ -322,7 +324,7 @@ bindsym $mod+F2 exec --no-startup-id sudo systemctl hibernate
bindsym $mod+F3 exec --no-startup-id sudo systemctl restart NetworkManager
bindsym $mod+F4 exec --no-startup-id ~/.config/polybar/launch.sh
bindsym $mod+F5 exec --no-startup-id sudo systemctl restart bluetooth.service
bindsym $mod+F6 exec --no-startup-id systemctl --user restart wallpaper.service
#bindsym $mod+F6 exec --no-startup-id systemctl --user restart wallpaper.service
###---Arrow Keys---###
bindsym $mod+Left focus left
@ -355,21 +357,21 @@ bindsym Shift+Print exec --no-startup-id scrot -u
bindsym XF86AudioMute exec $mute
bindsym XF86AudioLowerVolume exec $dec
bindsym XF86AudioRaiseVolume exec $inc
bindsym XF86PowerOff exec sudo shutdown -h now
bindsym XF86Reload restart
bindsym XF86AudioMicMute exec $micmute
bindsym XF86TouchpadOn exec --no-startup-id exec synclient TouchpadOff=0
bindsym XF86TouchpadOff exec --no-startup-id exec synclient TouchpadOff=1
bindsym XF86Suspend exec --no-startup-id ~/.config/i3/lock.sh
bindsym XF86Close kill
bindsym XF86WebCam exec mpv /dev/video0
bindsym XF86Mail exec $term -e neomutt
bindsym XF86Messenger exec $term -e weechat
#bindsym XF86PowerOff exec sudo shutdown -h now
#bindsym XF86Reload restart
#bindsym XF86AudioMicMute exec $micmute
#bindsym XF86TouchpadOn exec --no-startup-id exec synclient TouchpadOff=0
#bindsym XF86TouchpadOff exec --no-startup-id exec synclient TouchpadOff=1
#bindsym XF86Suspend exec --no-startup-id ~/.config/i3/lock.sh
#bindsym XF86Close kill
#bindsym XF86WebCam exec mpv /dev/video0
#bindsym XF86Mail exec $term -e neomutt
#bindsym XF86Messenger exec $term -e weechat
bindsym XF86Search exec $BROWSER https://duckduckgo.com
bindsym XF86MonBrightnessDown exec --no-startup-id light -U 5
bindsym XF86MonBrightnessUp exec --no-startup-id light -A 5
bindsym XF86AudioMedia exec $music
bindsym XF86Display exec --no-startup-id arandr
bindsym XF86KbdBrightnessDown exec --no-startup-id light -U 5
bindsym XF86KbdBrightnessUp exec --no-startup-id light -A 5
bindsym XF86WLAN exec --no-startup-id sudo systemctl restart NetworkManager
#bindsym XF86MonBrightnessDown exec --no-startup-id light -U 5
#bindsym XF86MonBrightnessUp exec --no-startup-id light -A 5
#bindsym XF86AudioMedia exec $music
#bindsym XF86Display exec --no-startup-id arandr
#bindsym XF86KbdBrightnessDown exec --no-startup-id light -U 5
#bindsym XF86KbdBrightnessUp exec --no-startup-id light -A 5
#bindsym XF86WLAN exec --no-startup-id sudo systemctl restart NetworkManager