diff --git a/.config/polybar/config b/.config/polybar/config index 5f7d1b6..e3c7584 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -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} diff --git a/.config/ranger/scope.sh b/.config/ranger/scope.sh index 306eeed..a1a6419 100755 --- a/.config/ranger/scope.sh +++ b/.config/ranger/scope.sh @@ -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) diff --git a/.config/wpg/templates/config_i3_config.base b/.config/wpg/templates/config_i3_config.base index 85713b4..893c7bb 100644 --- a/.config/wpg/templates/config_i3_config.base +++ b/.config/wpg/templates/config_i3_config.base @@ -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