remove old files
|
@ -15,7 +15,7 @@ set $menu wofi --allow-images --show=drun --prompt "Search Program"
|
||||||
set $scale 1.25
|
set $scale 1.25
|
||||||
|
|
||||||
# Set background
|
# Set background
|
||||||
set $bg ~/.config/sway/wallpapers/blue.jpg
|
set $bg ~/.config/desktop-common/wallpapers/blue.jpg
|
||||||
|
|
||||||
# Set Efects
|
# Set Efects
|
||||||
set $gaps 10
|
set $gaps 10
|
||||||
|
|
|
@ -1,14 +1,8 @@
|
||||||
### Set borders
|
### Set borders
|
||||||
gaps inner $gaps
|
gaps inner $gaps
|
||||||
<<<<<<< HEAD
|
|
||||||
for_window [class="^.*"] border pixel 2
|
|
||||||
default_border pixel 2
|
|
||||||
default_floating_border pixel 2
|
|
||||||
=======
|
|
||||||
for_window [class="^.*"] border pixel 0
|
for_window [class="^.*"] border pixel 0
|
||||||
default_border pixel 0
|
default_border pixel 0
|
||||||
default_floating_border pixel 0
|
default_floating_border pixel 0
|
||||||
>>>>>>> b688e13 (shinji)
|
|
||||||
|
|
||||||
### Colors
|
### Colors
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 6 KiB |
Before Width: | Height: | Size: 6.5 KiB |
|
@ -1,30 +0,0 @@
|
||||||
{
|
|
||||||
"label" : "lock",
|
|
||||||
"action" : "swaylock -f -c 14171d",
|
|
||||||
"text" : "Lock",
|
|
||||||
"keybind" : "l"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
"label" : "logout",
|
|
||||||
"action" : "loginctl terminate-user $USER",
|
|
||||||
"text" : "Logout",
|
|
||||||
"keybind" : "e"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
"label" : "shutdown",
|
|
||||||
"action" : "loginctl poweroff",
|
|
||||||
"text" : "Shutdown",
|
|
||||||
"keybind" : "s"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
"label" : "suspend",
|
|
||||||
"action" : "loginctl suspend",
|
|
||||||
"text" : "Suspend",
|
|
||||||
"keybind" : "u"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
"label" : "reboot",
|
|
||||||
"action" : "reboot",
|
|
||||||
"text" : "Reboot",
|
|
||||||
"keybind" : "r"
|
|
||||||
}
|
|
|
@ -1,76 +0,0 @@
|
||||||
nk* {
|
|
||||||
font-family: "Fira Mono", "Font Awesome 6 Pro", monospace;
|
|
||||||
font-size: 16px;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
window {
|
|
||||||
background-color: rgba(0, 0, 0, 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
button {
|
|
||||||
background-color: #242434;
|
|
||||||
background-image: none;
|
|
||||||
color: #89ADF8;
|
|
||||||
border: 1px solid rgba(0, 0, 0, 0);
|
|
||||||
margin: 5px;
|
|
||||||
border-radius: 10px;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: center;
|
|
||||||
background-size: 35%;
|
|
||||||
}
|
|
||||||
|
|
||||||
button:focus, button:active {
|
|
||||||
background-color: #89B4FA;
|
|
||||||
color: #242434;
|
|
||||||
font-weight: 500;
|
|
||||||
outline-style: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#lock {
|
|
||||||
background-image: image(url("img/lock.png"));
|
|
||||||
}
|
|
||||||
|
|
||||||
#logout {
|
|
||||||
background-image: image(url("img/logout.png"));
|
|
||||||
}
|
|
||||||
|
|
||||||
#suspend {
|
|
||||||
background-image: image(url("img/sleep.png"));
|
|
||||||
}
|
|
||||||
|
|
||||||
#hibernate {
|
|
||||||
background-image: image(url("img/hibernate.png"));
|
|
||||||
}
|
|
||||||
|
|
||||||
#shutdown {
|
|
||||||
background-image: image(url("img/power.png"));
|
|
||||||
}
|
|
||||||
|
|
||||||
#reboot {
|
|
||||||
background-image: image(url("img/restart.png"));
|
|
||||||
}
|
|
||||||
|
|
||||||
#lock:focus {
|
|
||||||
background-image: image(url("img/lock-hover.png"));
|
|
||||||
}
|
|
||||||
|
|
||||||
#logout:focus {
|
|
||||||
background-image: image(url("img/logout-hover.png"));
|
|
||||||
}
|
|
||||||
|
|
||||||
#suspend:focus {
|
|
||||||
background-image: image(url("img/sleep-hover.png"));
|
|
||||||
}
|
|
||||||
|
|
||||||
#hibernate:focus {
|
|
||||||
background-image: image(url("img/hibernate-hover.png"));
|
|
||||||
}
|
|
||||||
|
|
||||||
#shutdown:focus {
|
|
||||||
background-image: image(url("img/power-hover.png"));
|
|
||||||
}
|
|
||||||
|
|
||||||
#reboot:focus {
|
|
||||||
background-image: image(url("img/restart-hover.png"));
|
|
||||||
}
|
|
Before Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 45 MiB |
19
aur
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
autotiling
|
||||||
|
cider
|
||||||
|
cydia-impactor
|
||||||
|
fbterm
|
||||||
|
i686-elf-gcc
|
||||||
|
librewolf-bin
|
||||||
|
lkrg-dkms
|
||||||
|
mkinitcpio-firmware
|
||||||
|
paru
|
||||||
|
pesterchum-git
|
||||||
|
pfetch-rs
|
||||||
|
prismlauncher-qt5-bin
|
||||||
|
swayfx
|
||||||
|
teams
|
||||||
|
ttf-twemoji-color
|
||||||
|
units
|
||||||
|
unofficial-homestuck-collection-bin
|
||||||
|
vulkan-nouveau-git
|
||||||
|
wlogout
|
189
packages
Normal file
|
@ -0,0 +1,189 @@
|
||||||
|
acpi
|
||||||
|
alacritty
|
||||||
|
alsa-tools
|
||||||
|
alsa-utils
|
||||||
|
amd-ucode
|
||||||
|
base
|
||||||
|
base-devel
|
||||||
|
bind
|
||||||
|
blueberry
|
||||||
|
bluez-utils
|
||||||
|
brightnessctl
|
||||||
|
btrfs-progs
|
||||||
|
chromium
|
||||||
|
clang
|
||||||
|
cmake
|
||||||
|
cups
|
||||||
|
cups-pdf
|
||||||
|
discord
|
||||||
|
dmidecode
|
||||||
|
dnsmasq
|
||||||
|
docker
|
||||||
|
docker-compose
|
||||||
|
doxygen
|
||||||
|
easyeffects
|
||||||
|
efibootmgr
|
||||||
|
element-desktop
|
||||||
|
evtest
|
||||||
|
ffmpegthumbnailer
|
||||||
|
figlet
|
||||||
|
firejail
|
||||||
|
fontforge
|
||||||
|
freealut
|
||||||
|
fuse2
|
||||||
|
gdb
|
||||||
|
gimp
|
||||||
|
git
|
||||||
|
glfw-x11
|
||||||
|
glm
|
||||||
|
gnome-keyring
|
||||||
|
gnome-themes-extra
|
||||||
|
gnu-netcat
|
||||||
|
gradle
|
||||||
|
graphviz
|
||||||
|
grim
|
||||||
|
grub
|
||||||
|
highlight
|
||||||
|
htop
|
||||||
|
hyprland
|
||||||
|
hyprpaper
|
||||||
|
imv
|
||||||
|
intellij-idea-community-edition
|
||||||
|
iwd
|
||||||
|
jdk8-openjdk
|
||||||
|
jq
|
||||||
|
kitty
|
||||||
|
krita
|
||||||
|
less
|
||||||
|
lib32-libva-mesa-driver
|
||||||
|
lib32-mesa-vdpau
|
||||||
|
lib32-vulkan-radeon
|
||||||
|
libhandy
|
||||||
|
libreoffice-fresh
|
||||||
|
libva-mesa-driver
|
||||||
|
libvirt
|
||||||
|
linux
|
||||||
|
linux-firmware
|
||||||
|
linux-headers
|
||||||
|
lutris
|
||||||
|
lynx
|
||||||
|
macchanger
|
||||||
|
mako
|
||||||
|
man-db
|
||||||
|
man-pages
|
||||||
|
mangohud
|
||||||
|
maven
|
||||||
|
mesa-vdpau
|
||||||
|
meson
|
||||||
|
mpv
|
||||||
|
mtools
|
||||||
|
nasm
|
||||||
|
neofetch
|
||||||
|
neovim
|
||||||
|
network-manager-applet
|
||||||
|
networkmanager
|
||||||
|
networkmanager-openvpn
|
||||||
|
nodejs
|
||||||
|
noto-fonts-cjk
|
||||||
|
npm
|
||||||
|
obs-studio
|
||||||
|
octave
|
||||||
|
openal
|
||||||
|
opendoas
|
||||||
|
openldap
|
||||||
|
p7zip
|
||||||
|
pacman-contrib
|
||||||
|
pandoc-cli
|
||||||
|
pavucontrol
|
||||||
|
paxtest
|
||||||
|
perl-image-exiftool
|
||||||
|
pipewire-alsa
|
||||||
|
pipewire-pulse
|
||||||
|
polkit-gnome
|
||||||
|
python-pip
|
||||||
|
python-pygments
|
||||||
|
python-pynvim
|
||||||
|
qbittorrent
|
||||||
|
qemu-full
|
||||||
|
qt5-wayland
|
||||||
|
racket
|
||||||
|
ranger
|
||||||
|
ripgrep
|
||||||
|
rlwrap
|
||||||
|
ruby
|
||||||
|
rustup
|
||||||
|
sassc
|
||||||
|
sbctl
|
||||||
|
sbsigntools
|
||||||
|
sl
|
||||||
|
slurp
|
||||||
|
sof-firmware
|
||||||
|
starship
|
||||||
|
stb
|
||||||
|
steam
|
||||||
|
strace
|
||||||
|
swaybg
|
||||||
|
swayidle
|
||||||
|
swaylock
|
||||||
|
swi-prolog
|
||||||
|
tcpdump
|
||||||
|
texlive-basic
|
||||||
|
texlive-bibtexextra
|
||||||
|
texlive-binextra
|
||||||
|
texlive-context
|
||||||
|
texlive-fontsextra
|
||||||
|
texlive-fontsrecommended
|
||||||
|
texlive-fontutils
|
||||||
|
texlive-formatsextra
|
||||||
|
texlive-games
|
||||||
|
texlive-humanities
|
||||||
|
texlive-latex
|
||||||
|
texlive-latexextra
|
||||||
|
texlive-latexrecommended
|
||||||
|
texlive-luatex
|
||||||
|
texlive-mathscience
|
||||||
|
texlive-metapost
|
||||||
|
texlive-music
|
||||||
|
texlive-pictures
|
||||||
|
texlive-plaingeneric
|
||||||
|
texlive-pstricks
|
||||||
|
texlive-publishers
|
||||||
|
texlive-xetex
|
||||||
|
thunar
|
||||||
|
thunderbird
|
||||||
|
tlp
|
||||||
|
tmux
|
||||||
|
tpm2-tools
|
||||||
|
traceroute
|
||||||
|
tree
|
||||||
|
ttf-dejavu
|
||||||
|
ttf-fira-code
|
||||||
|
ufw
|
||||||
|
unzip
|
||||||
|
valgrind
|
||||||
|
vim
|
||||||
|
virt-manager
|
||||||
|
virt-viewer
|
||||||
|
vulkan-radeon
|
||||||
|
vulkan-tools
|
||||||
|
vulkan-validation-layers
|
||||||
|
waybar
|
||||||
|
waylock
|
||||||
|
wget
|
||||||
|
wine-staging
|
||||||
|
winetricks
|
||||||
|
wireguard-tools
|
||||||
|
wl-clipboard
|
||||||
|
wl-mirror
|
||||||
|
wofi
|
||||||
|
xdelta3
|
||||||
|
xdg-desktop-portal
|
||||||
|
xdg-desktop-portal-wlr
|
||||||
|
xf86-video-amdgpu
|
||||||
|
xorg-xwayland
|
||||||
|
xwaylandvideobridge
|
||||||
|
yt-dlp
|
||||||
|
zathura
|
||||||
|
zathura-pdf-mupdf
|
||||||
|
zsh
|
||||||
|
zsh-syntax-highlighting
|