Commit for a long time
This commit is contained in:
parent
5fe4806092
commit
e256172478
|
|
@ -36,7 +36,7 @@ rewrite = true
|
|||
[[item]]
|
||||
file = "~/.config/i3/config"
|
||||
template = "i3"
|
||||
subtemplate = "custom"
|
||||
#subtemplate = "custom"
|
||||
light = false
|
||||
hook = "i3-msg reload"
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}")
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
2
.profile
2
.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"
|
||||
|
|
|
|||
|
|
@ -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 ;}
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue