Compare commits
6 Commits
37e0354459
...
db738d9d42
| Author | SHA1 | Date | |
|---|---|---|---|
| db738d9d42 | |||
| f30c039cb2 | |||
| f9352d48b2 | |||
| 9bcfe411d9 | |||
| e216901ffb | |||
| 16c5fb7b84 |
1
.config/code-oss/Crashpad/client_id
Normal file
1
.config/code-oss/Crashpad/client_id
Normal file
@ -0,0 +1 @@
|
||||
5cfb7e2c-d0ce-4d5e-a71e-c10984659aa3
|
||||
1
.config/hypr
Submodule
1
.config/hypr
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 4fbebf413ce403dc2be95b3155382b5bcb2eb154
|
||||
38
.config/swaylock/config
Normal file
38
.config/swaylock/config
Normal file
@ -0,0 +1,38 @@
|
||||
daemonize
|
||||
show-failed-attempts
|
||||
clock
|
||||
screenshot
|
||||
effect-blur=20x20
|
||||
effect-vignette=0.5:0.5
|
||||
color=7e7e7e
|
||||
font="JetBrainsMono Nerd Font"
|
||||
indicator
|
||||
indicator-radius=200
|
||||
indicator-thickness=20
|
||||
line-color=7a7a7a
|
||||
ring-color=ff0000
|
||||
inside-color=1f1d2e
|
||||
key-hl-color=eb6f92
|
||||
separator-color=00000000
|
||||
text-color=e0def4
|
||||
text-caps-lock-color=""
|
||||
line-ver-color=eb6f92
|
||||
ring-ver-color=eb6f92
|
||||
inside-ver-color=1f1d2e
|
||||
text-ver-color=e0def4
|
||||
ring-wrong-color=31748f
|
||||
text-wrong-color=31748f
|
||||
inside-wrong-color=1f1d2e
|
||||
inside-clear-color=1f1d2e
|
||||
text-clear-color=e0def4
|
||||
ring-clear-color=9ccfd8
|
||||
line-clear-color=1f1d2e
|
||||
line-wrong-color=1f1d2e
|
||||
bs-hl-color=31748f
|
||||
grace=2
|
||||
grace-no-mouse
|
||||
grace-no-touch
|
||||
datestr=%a, %B %e
|
||||
timestr=%I:%M %p
|
||||
fade-in=0.2
|
||||
ignore-empty-password
|
||||
4
.config/wal/hooks/colorschange
Executable file
4
.config/wal/hooks/colorschange
Executable file
@ -0,0 +1,4 @@
|
||||
|
||||
#!/usr/bin/env bash
|
||||
walcord -o ~/.config/vesktop/themes/walcord.theme.css \
|
||||
-o ~/.var/app/dev.vencord.Vesktop/config/vesktop/themes/walcord.theme.css
|
||||
1
.config/waybar
Submodule
1
.config/waybar
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 27c02ed75a799747b7e8f6400a7c56eacd81e9db
|
||||
15
.config/wofi/config
Normal file
15
.config/wofi/config
Normal file
@ -0,0 +1,15 @@
|
||||
width=600
|
||||
height=350
|
||||
location=top
|
||||
show=drun
|
||||
prompt=Filter...
|
||||
filter_rate=100
|
||||
allow_markup=true
|
||||
no_actions=true
|
||||
halign=fill
|
||||
orientation=vertical
|
||||
content_halign=fill
|
||||
insensitive=true
|
||||
allow_images=true
|
||||
image_size=30
|
||||
gtk_dark=false
|
||||
75
.config/wofi/style.css
Normal file
75
.config/wofi/style.css
Normal file
@ -0,0 +1,75 @@
|
||||
/* --- Wofi Neutral Mono (Transparent) --- */
|
||||
@define-color bg rgba(18,18,18,0.4);
|
||||
@define-color fg #e6e6e6;
|
||||
@define-color muted #b5b5b5;
|
||||
@define-color border rgba(42,42,42,0.45);
|
||||
@define-color inputbg rgba(22,22,22,0.5);
|
||||
@define-color selbg rgba(255,255,255,0.14);
|
||||
@define-color selfg #ffffff;
|
||||
|
||||
window {
|
||||
margin: 8px;
|
||||
border: 1px solid @border;
|
||||
background-color: @bg; /* translucent */
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
margin: 10px;
|
||||
border: none;
|
||||
border-radius: 10px;
|
||||
background-color: transparent; /* keep layers see-through */
|
||||
}
|
||||
|
||||
#input {
|
||||
margin: 10px 10px 6px;
|
||||
padding: 10px 10px;
|
||||
border: 1px solid @border;
|
||||
border-radius: 10px;
|
||||
background-color: @inputbg; /* slightly more opaque for legibility */
|
||||
color: @fg;
|
||||
outline: none;
|
||||
}
|
||||
#input:focus { border: 1px solid rgba(90,90,90,0.6); }
|
||||
|
||||
#inner-box {
|
||||
margin: 6px 10px 10px;
|
||||
border: 1px solid @border;
|
||||
border-radius: 10px;
|
||||
background-color: transparent;
|
||||
color: @fg;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
margin: 6px 0;
|
||||
border: none;
|
||||
border-radius: 8px;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#entry {
|
||||
margin: 0;
|
||||
padding: 8px 10px;
|
||||
border: none;
|
||||
border-radius: 8px;
|
||||
background-color: transparent;
|
||||
color: @fg;
|
||||
}
|
||||
#entry:hover { background-color: rgba(255,255,255,0.08); }
|
||||
#entry:selected{
|
||||
background-color: @selbg; /* translucent selection */
|
||||
color: @selfg;
|
||||
}
|
||||
|
||||
#text { color: @fg; }
|
||||
#text:selected {
|
||||
color: @selfg;
|
||||
background-color: @selbg;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
#img { border-radius: 6px; }
|
||||
#img:selected {
|
||||
background-color: @selbg;
|
||||
border-radius: 6px;
|
||||
}
|
||||
45
pkg.aur
Normal file
45
pkg.aur
Normal file
@ -0,0 +1,45 @@
|
||||
auto-cpufreq
|
||||
claude-desktop
|
||||
cursor-bin
|
||||
davinci-resolve-studio
|
||||
debtap
|
||||
dotool
|
||||
dracula-gtk-theme
|
||||
dracula-icons-git
|
||||
edex-ui-bin
|
||||
etcher-bin
|
||||
foundry-nuke
|
||||
foundry-nuke-debug
|
||||
google-chrome
|
||||
jetbrains-toolbox
|
||||
lmstudio
|
||||
microsoft-edge-stable-bin
|
||||
minecraft-launcher
|
||||
nerd-dictation-git
|
||||
nvim-packer-git
|
||||
onlyoffice-bin
|
||||
opencode-bin
|
||||
parsec-bin
|
||||
paru-bin
|
||||
paru-bin-debug
|
||||
protonup-qt
|
||||
pyenv-virtualenv
|
||||
python-openrgb-git
|
||||
python-pywalfox
|
||||
python312
|
||||
pywal-spicetify
|
||||
qwen-code
|
||||
snapd
|
||||
spicetify-cli
|
||||
spotify
|
||||
substance-painter
|
||||
swaylock-effects
|
||||
themix-export-spotify-git
|
||||
themix-full-git
|
||||
vesktop
|
||||
walcord
|
||||
wlogout
|
||||
wpgtk
|
||||
wttrbar
|
||||
yay-bin
|
||||
yay-bin-debug
|
||||
208
pkg.native
Normal file
208
pkg.native
Normal file
@ -0,0 +1,208 @@
|
||||
alsa-lib
|
||||
alsa-plugins
|
||||
alsa-utils
|
||||
arch-install-scripts
|
||||
arp-scan
|
||||
base
|
||||
base-devel
|
||||
bash-completion
|
||||
bat
|
||||
bc
|
||||
blender
|
||||
blueman
|
||||
bluez
|
||||
bluez-utils
|
||||
bpytop
|
||||
brightnessctl
|
||||
cliphist
|
||||
cmake
|
||||
cmatrix
|
||||
code
|
||||
cowsay
|
||||
cuda
|
||||
dhclient
|
||||
discord
|
||||
dkms
|
||||
dmenu
|
||||
dnsmasq
|
||||
docker
|
||||
docker-compose
|
||||
dolphin
|
||||
dunst
|
||||
efibootmgr
|
||||
f3d
|
||||
fastfetch
|
||||
ffmpegthumbnailer
|
||||
firefox
|
||||
firejail
|
||||
fuzzel
|
||||
fzf
|
||||
gcc-fortran
|
||||
giflib
|
||||
git
|
||||
git-lfs
|
||||
go
|
||||
goverlay
|
||||
grim
|
||||
grub
|
||||
gst-plugins-base-libs
|
||||
gtk2
|
||||
gtk3
|
||||
gvfs
|
||||
gvfs-dnssd
|
||||
gvfs-smb
|
||||
hyprland
|
||||
hyprpaper
|
||||
i2c-tools
|
||||
ifuse
|
||||
intel-ucode
|
||||
iwd
|
||||
jq
|
||||
jre17-openjdk
|
||||
kitty
|
||||
krita
|
||||
kvantum
|
||||
lib32-alsa-lib
|
||||
lib32-alsa-plugins
|
||||
lib32-giflib
|
||||
lib32-gnutls
|
||||
lib32-gst-plugins-base-libs
|
||||
lib32-gtk2
|
||||
lib32-gtk3
|
||||
lib32-libldap
|
||||
lib32-libpng
|
||||
lib32-libpulse
|
||||
lib32-libva
|
||||
lib32-libxcomposite
|
||||
lib32-libxinerama
|
||||
lib32-ncurses
|
||||
lib32-nvidia-utils
|
||||
lib32-ocl-icd
|
||||
lib32-openal
|
||||
lib32-sdl2-compat
|
||||
lib32-sqlite
|
||||
lib32-v4l-utils
|
||||
lib32-vulkan-icd-loader
|
||||
libpng
|
||||
libpulse
|
||||
libreoffice-fresh
|
||||
libva
|
||||
libvirt
|
||||
libxcomposite
|
||||
libxinerama
|
||||
linux-firmware
|
||||
linux-lts
|
||||
linux-lts-headers
|
||||
loupe
|
||||
luarocks
|
||||
lutris
|
||||
lxappearance
|
||||
lynx
|
||||
mako
|
||||
man-db
|
||||
mesa-demos
|
||||
meson
|
||||
moonlight-qt
|
||||
mpd
|
||||
mupdf
|
||||
nano
|
||||
nasm
|
||||
neovim
|
||||
net-tools
|
||||
networkmanager
|
||||
nextcloud-client
|
||||
nfs-utils
|
||||
nginx
|
||||
ninja
|
||||
nmap
|
||||
noto-fonts-emoji
|
||||
nsxiv
|
||||
ntp
|
||||
nvidia-lts
|
||||
nvidia-prime
|
||||
nvidia-settings
|
||||
nwg-look
|
||||
obs-studio
|
||||
obsidian
|
||||
ocl-icd
|
||||
openal
|
||||
openbsd-netcat
|
||||
opencv
|
||||
openrgb
|
||||
openssh
|
||||
opentimelineio
|
||||
pacman-contrib
|
||||
pamixer
|
||||
pastel
|
||||
patchelf
|
||||
pavucontrol
|
||||
picom
|
||||
pipewire-jack
|
||||
pipewire-pulse
|
||||
podman
|
||||
polkit-gnome
|
||||
postgresql
|
||||
power-profiles-daemon
|
||||
pwgen
|
||||
pyenv
|
||||
python-openai
|
||||
python-pip
|
||||
python-pipx
|
||||
python-pyqt5
|
||||
python-virtualenv
|
||||
qemu-full
|
||||
qt5-imageformats
|
||||
qt5ct
|
||||
qt6ct
|
||||
qutebrowser
|
||||
reflector
|
||||
ripgrep
|
||||
rmpc
|
||||
rsync
|
||||
samba
|
||||
sdl2-compat
|
||||
shellcheck
|
||||
slurp
|
||||
starship
|
||||
steam
|
||||
supertuxkart
|
||||
swappy
|
||||
swaybg
|
||||
swww
|
||||
tcpdump
|
||||
terminus-font
|
||||
thunar
|
||||
thunar-media-tags-plugin
|
||||
tmux
|
||||
toilet
|
||||
tree
|
||||
ttf-jetbrains-mono-nerd
|
||||
tumbler
|
||||
unrar
|
||||
usbmuxd
|
||||
v4l-utils
|
||||
valkey
|
||||
vim
|
||||
virt-manager
|
||||
virtiofsd
|
||||
vivaldi
|
||||
vlc
|
||||
vulkan-icd-loader
|
||||
waybar
|
||||
wev
|
||||
wget
|
||||
wine
|
||||
wireplumber
|
||||
wl-clipboard
|
||||
wofi
|
||||
wtype
|
||||
xarchiver
|
||||
xdg-desktop-portal-gtk
|
||||
xdg-desktop-portal-hyprland
|
||||
xdotool
|
||||
xfce4-settings
|
||||
xorg-xrdb
|
||||
xsettingsd
|
||||
yarn
|
||||
ydotool
|
||||
zoxide
|
||||
1
scripts
Submodule
1
scripts
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit b2f5e65c06eba6cb98fd8bddc167639fbd19dc51
|
||||
Loading…
x
Reference in New Issue
Block a user