From e2561724785aedd11f076f3c8f59dbdb2a30bdec Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Wed, 16 Apr 2025 14:54:51 +0300 Subject: [PATCH] Commit for a long time --- .config/flavours/config.toml | 2 +- .config/i3/config | 2 +- .config/picom/picom.conf | 6 ++--- .config/polybar/colors.ini | 32 +++++++++++++------------- .config/polybar/scripts/openweather.sh | 2 +- .config/ranger/rifle.conf | 1 + .profile | 2 +- .zaliases | 3 ++- addons/pacman-packages | 8 ++++--- addons/yay-packages | 8 +++---- 10 files changed, 34 insertions(+), 32 deletions(-) diff --git a/.config/flavours/config.toml b/.config/flavours/config.toml index 381ac0e..c4e4904 100644 --- a/.config/flavours/config.toml +++ b/.config/flavours/config.toml @@ -36,7 +36,7 @@ rewrite = true [[item]] file = "~/.config/i3/config" template = "i3" -subtemplate = "custom" +#subtemplate = "custom" light = false hook = "i3-msg reload" diff --git a/.config/i3/config b/.config/i3/config index cebfdd4..b6597d2 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -84,7 +84,7 @@ exec --no-startup-id dunst & #Battery notify exec --no-startup-id ~/.config/Scripts/i3-battery-monitor & #Picom -exec --no-startup-id picom -bc --experimental-backends --dbus --config /home/hate/.config/picom/picom.conf +exec --no-startup-id picom -bc --dbus --config /home/hate/.config/picom/picom.conf #Gnome privileges exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 #Launch Polybar where appropriate: diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 61a5b7e..3301c04 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -39,7 +39,7 @@ shadow-exclude = [ # shadow-exclude = "n:e:Notification"; shadow-ignore-shaped = false; # shadow-exclude-reg = "x10+0+0"; -xinerama-shadow-crop = true; +crop-shadow-to-monitor = true; ############### ### OPACITY ### @@ -113,8 +113,8 @@ resize-damage = 5; ################### ### GLX BACKEND ### ################### -refresh-rate = 0; -vsync = "true"; +#refresh-rate = 0; +#vsync = "true"; glx-no-stencil = true; glx-copy-from-front = false; #glx-use-copysubbuffermesa = true; diff --git a/.config/polybar/colors.ini b/.config/polybar/colors.ini index 0ac66a0..78f5714 100644 --- a/.config/polybar/colors.ini +++ b/.config/polybar/colors.ini @@ -1,18 +1,18 @@ [colors] background = #00000000 -base00 = ee2E3440 -base01 = 3B4252 -base02 = 434C5E -base03 = 4C566A -base04 = D8DEE9 -base05 = E5E9F0 -base06 = ECEFF4 -base07 = 8FBCBB -base08 = BF616A -base09 = D08770 -base0A = EBCB8B -base0B = A3BE8C -base0C = 88C0D0 -base0D = 81A1C1 -base0E = B48EAD -base0F = 5E81AC +base00 = ee2e3440 +base01 = 3b4252 +base02 = 434c5e +base03 = 4c566a +base04 = d8dee9 +base05 = e5e9f0 +base06 = eceff4 +base07 = 8fbcbb +base08 = bf616a +base09 = d08770 +base0A = ebcb8b +base0B = a3be8c +base0C = 88c0d0 +base0D = 81a1c1 +base0E = b48ead +base0F = 5e81ac diff --git a/.config/polybar/scripts/openweather.sh b/.config/polybar/scripts/openweather.sh index ed9f5a0..c582ae5 100755 --- a/.config/polybar/scripts/openweather.sh +++ b/.config/polybar/scripts/openweather.sh @@ -4,7 +4,7 @@ command -v jq >/dev/null 2>&1 || { echo >&2 "Program 'jq' required but it is not command -v wget >/dev/null 2>&1 || { echo >&2 "Program 'wget' required but is not installed. Aborting."; exit 1; } APIKEY="99e2d54517287c6de1e9db99db2fdc84" -CITY_ID="659181" # customise this for your city +CITY_ID="644450" # customise this for your city URL="http://api.openweathermap.org/data/2.5/weather?id=${CITY_ID}&units=metric&APPID=${APIKEY}" WEATHER_RESPONSE=$(wget -qO- "${URL}") diff --git a/.config/ranger/rifle.conf b/.config/ranger/rifle.conf index 619d664..08d8f75 100644 --- a/.config/ranger/rifle.conf +++ b/.config/ranger/rifle.conf @@ -107,6 +107,7 @@ ext js = node -- "$1" ext sh = sh -- "$1" ext php = php -- "$1" ext dart = dart run -- "$1" +ext lua = nvim "$@" #-------------------------------------------- # Audio without X diff --git a/.profile b/.profile index dcc77ff..5b3372d 100644 --- a/.profile +++ b/.profile @@ -10,7 +10,7 @@ export VAAPI_MPEG4_ENABLED=true # Common apps export ZSH=/home/hate/.oh-my-zsh export EDITOR=nvim -export BROWSER=/usr/bin/google-chrome-stable +export BROWSER=/usr/bin/chromium export GNUPGHOME="~/.gnupg" export SSH_KEY_PATH="~/.ssh/id_rsa" export TERMINAL="kitty" diff --git a/.zaliases b/.zaliases index d01cffd..05c71f6 100644 --- a/.zaliases +++ b/.zaliases @@ -1,4 +1,5 @@ #My aliases +alias update="paru -Syu --skipreview" 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" @@ -30,7 +31,7 @@ alias di='kitty +kitten diff' alias kitheme="cd ~/.config/kitty/themes && fzf --preview 'head -n 40 {} && kitty @ set-colors -a -c {}'; cd -" alias yca="yadm commit -v -a" alias yp="yadm push" - +alias azure='ssh hate@98.71.34.234' #Check the weather: weath() { curl wttr.in/Hameenlinna ;} diff --git a/addons/pacman-packages b/addons/pacman-packages index ea51ed5..08c3b6b 100644 --- a/addons/pacman-packages +++ b/addons/pacman-packages @@ -1,3 +1,4 @@ +7zip acpi acpi_call alacritty @@ -54,6 +55,7 @@ groff gtop gucharmap gvfs-mtp +gvfs-smb gzip helm htop @@ -91,7 +93,6 @@ make man-db man-pages mdadm -mlocate mopidy mpc mpd @@ -107,13 +108,13 @@ networkmanager networkmanager-openvpn newsboat nfs-utils +nmap noto-fonts noto-fonts-emoji npm ntp obsidian openvpn -p7zip pacman pacman-contrib papirus-icon-theme @@ -125,6 +126,7 @@ pcmanfm-gtk3 perl pipewire-pulse pkgconf +plocate polkit-gnome polybar powerline-fonts @@ -136,10 +138,10 @@ python-mpd2 python-pip python-pynvim python-pyqt5 +python-pywal python-setuptools python-urwid reflector -reiserfsprogs ripgrep rofi rpmextract diff --git a/addons/yay-packages b/addons/yay-packages index 1d6000a..e9e0f2e 100644 --- a/addons/yay-packages +++ b/addons/yay-packages @@ -23,23 +23,21 @@ libinput-gestures libunarr-git light-git lightdm-mini-greeter -mailspring mcomix networkmanager-dispatcher-chrony networkmanager-dmenu-git nordvpn-bin pacback -pbincli +paru picom-git powerline-console-fonts -pywal-git qt5-styleplugins ranger-git redshift-minimal -rxfetch +reiserfsprogs systemd-boot-pacman-hook ttf-weather-icons +warp-terminal wpgtk-git yad-git -yay-bin youtube-viewer