diff --git a/.config/chromium-flags.conf b/.config/chromium-flags.conf index 957cd51..f5d53a9 100644 --- a/.config/chromium-flags.conf +++ b/.config/chromium-flags.conf @@ -1,4 +1,4 @@ -#--flag-switches-begin +--flag-switches-begin --enable-smooth-scrolling --enable-accelerated-video-decode --disable-font-subpixel-positioning @@ -7,4 +7,5 @@ -–enable-gpu-rasterization --enable-native-gpu-memory-buffers --force-device-scale-factor=2 -#--flag-switches-end +--enable-features=VaapiVideoDecoder +--flag-switches-end diff --git a/.config/i3/config b/.config/i3/config index da039b4..57c418a 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -34,27 +34,27 @@ bindsym Mod1+e layout toggle split bindsym $mod+Shift+c sticky toggle # Start flavours -## Base16 Gruvbox dark, soft -# Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) +## Base16 Generated +# Author: Flavours # # You can use these variables anywhere in the i3 configuration file. -set $base00 #32302f -set $base01 #3c3836 -set $base02 #504945 -set $base03 #665c54 -set $base04 #bdae93 -set $base05 #d5c4a1 -set $base06 #ebdbb2 -set $base07 #fbf1c7 -set $base08 #fb4934 -set $base09 #fe8019 -set $base0A #fabd2f -set $base0B #b8bb26 -set $base0C #8ec07c -set $base0D #83a598 -set $base0E #d3869b -set $base0F #d65d0e +set $base00 #202633 +set $base01 #424752 +set $base02 #656872 +set $base03 #878991 +set $base04 #a9aab0 +set $base05 #cbcacf +set $base06 #d3d2d7 +set $base07 #dbdade +set $base08 #607b96 +set $base09 #677b87 +set $base0A #647c82 +set $base0B #7d957b +set $base0C #6d7893 +set $base0D #5e7c94 +set $base0E #727983 +set $base0F #6d7897 # Basic color configuration using the Base16 variables for windows and borders. # Property Name Border BG Text Indicator Child Border @@ -66,7 +66,7 @@ client.placeholder $base00 $base00 $base05 $base00 $base00 client.background $base07 -bindsym $mod+d exec dmenu_run -nb '#32302f' -sb '#8ec07c' -nf '#ebdbb2' -sf '#32302f' -fn 'UbuntuMono Nerd Font-20' -h '35' +bindsym $mod+d exec dmenu_run -nb '#202633' -sb '#6d7893' -nf '#d3d2d7' -sf '#202633' -fn 'UbuntuMono Nerd Font-20' -h '35' # End flavours ###---Starting External Scripts---### @@ -101,7 +101,7 @@ exec --no-startup-id unclutter #exec --no-startup-id betterlockscreen -w dim exec --no-startup-id ~/.fehbg #Twmn Gmail notifier -exec --no-startup-id python ~/.config/Scripts/gmail_notifier.py +#exec --no-startup-id python ~/.config/Scripts/gmail_notifier.py #Hide polybar top&bottom #exec --no-startup-id hideIt.sh -N '^polybar-top_eDP-1$' -p 3 -d top -H #exec --no-startup-id hideIt.sh -N '^polybar-bottom_eDP-1$' -p 3 -d bottom -H diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index bd798b3..57f0679 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -249,5 +249,12 @@ macos_option_as_alt no # as #12af59 or "red". macos_titlebar_color background +# Copy to clipboard on select. With this enabled, simply selecting text with +# the mouse will cause the text to be copied to clipboard. Useful on platforms +# such as macOS/Wayland that do not have the concept of primary selections. Note +# that this is a security risk, as all programs, including websites open in your +# browser can read the contents of the clipboard. +copy_on_select yes + allow_remote_control yes listen_on unix:@mykitty diff --git a/.config/polybar/colors.ini b/.config/polybar/colors.ini index 41703bb..0dd603c 100644 --- a/.config/polybar/colors.ini +++ b/.config/polybar/colors.ini @@ -1,18 +1,18 @@ [colors] background = #00000000 -base00 = ee32302f -base01 = 3c3836 -base02 = 504945 -base03 = 665c54 -base04 = bdae93 -base05 = d5c4a1 -base06 = ebdbb2 -base07 = fbf1c7 -base08 = fb4934 -base09 = fe8019 -base0A = fabd2f -base0B = b8bb26 -base0C = 8ec07c -base0D = 83a598 -base0E = d3869b -base0F = d65d0e +base00 = ee202633 +base01 = 424752 +base02 = 656872 +base03 = 878991 +base04 = a9aab0 +base05 = cbcacf +base06 = d3d2d7 +base07 = dbdade +base08 = 607b96 +base09 = 677b87 +base0A = 647c82 +base0B = 7d957b +base0C = 6d7893 +base0D = 5e7c94 +base0E = 727983 +base0F = 6d7897 diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index 9f7dbcd..8cfa697 100644 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -113,7 +113,7 @@ set preview_images true # Preview images in full color with the external command "ueberzug". # Images are shown by using a child window. # Only for users who run X11 in GNU/Linux. -set preview_images_method ueberzug +set preview_images_method kitty # Delay in seconds before displaying an image with the w3m method. # Increase it in case of experiencing display corruption. @@ -760,12 +760,25 @@ tmap redraw_window tmap taskview_close copytmap q Q w +#General +map V console shell nvim%space +map cW bulkrename %s +map mkd console mkdir%space +map sc console shell ln -sT%space +map D console delete +map X shell dtrx %f +map Z shell tar -cvzf %f.tar.gz %f +map fzf_select +map fzf_locate +map zz fzf_fasd +map zo console fasd%space + #Yadm commands map ya shell yadm add %f #Image commands -map bk shell cp %f ~/.config/wall.png && feh --bg-scale %f -map bg shell wpg -a %f && wpg -s %f +map bk shell feh --bg-scale %f && flavours generate dark %f && flavours apply generated +map bg shell feh --bg-scale %f map bt shell wpg --theme %f #&& systemctl --user restart wallpaper.service map bc shell wal --backend colorz -i %f #&& systemctl --user restart wallpaper.service map bw shell wal -a "90" -i %f && cp %f ~/.config/wall.png #&& ~/.config/Scripts/wal-set diff --git a/.zaliases b/.zaliases index ab1f633..5b046b1 100644 --- a/.zaliases +++ b/.zaliases @@ -1,5 +1,4 @@ #My aliases -alias openskylab="sudo openvpn ~/.openvpn/OPNsense-udp-1194.ovpn" alias reload="source ~/.zshrc" alias torrent="transmission-remote -n 'transmission:transmission' -a" alias mirror="sudo reflector --protocol https --latest 50 --number 20 --sort rate --save /etc/pacman.d/mirrorlist" @@ -11,11 +10,11 @@ alias play="ncmpcpp -S visualizer" alias userkey="gpg --search-keys" alias wspeedd="speedometer -rx wlp11s0" alias wspeedu="speedometer -tx wlp11s0" -alias edis='expressvpn disconnect' alias aws1='ssh ubuntu@ec2-18-196-102-236.eu-central-1.compute.amazonaws.com' alias gcp='gcloud compute ssh instance-1' alias blist='borg list ssh://borg@alpine0.home.hartzan.com:2222/backup/xps' alias contabo='ssh hate@vmi292788.contaboserver.net' +alias oracle='ssh hate@130.61.180.151' alias yv='googler -w youtube.com --url-handler mpv $argv' alias rollback='sudo pacback --snapback' alias p10kup='git -C $ZSH_CUSTOM/themes/powerlevel10k pull' diff --git a/addons/yay-packages b/addons/yay-packages index 3df2742..f163099 100644 --- a/addons/yay-packages +++ b/addons/yay-packages @@ -40,6 +40,7 @@ pywal-git qt5-styleplugins ranger-git redshift-minimal +rxfetch systemd-boot-pacman-hook ttf-weather-icons twmn-git