um idk what i changed its been 3 weeks

This commit is contained in:
Freya Murphy 2024-06-06 22:05:25 -04:00
parent 51d9687f6c
commit fcfd39d240
22 changed files with 109 additions and 117 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 680 KiB

View file

@ -1,6 +1,6 @@
[Filechooser Settings] [Filechooser Settings]
LocationMode=path-bar LocationMode=path-bar
ShowHidden=true ShowHidden=false
ShowSizeColumn=true ShowSizeColumn=true
GeometryX=0 GeometryX=0
GeometryY=0 GeometryY=0

View file

@ -1,4 +1,6 @@
file:///home/freya/.config
file:///home/freya/downloads file:///home/freya/downloads
file:///home/freya/documents file:///home/freya/documents
file:///home/tylerm/code file:///home/tylerm/code
file:///home/tylerm/sync file:///home/tylerm/sync
file:///home/freya/sync/nextcloud

View file

@ -1,23 +1,23 @@
[Settings] [Settings]
gtk-application-prefer-dark-theme=true gtk-theme-name=Adwaita
gtk-button-images=true gtk-icon-theme-name=Adwaita
gtk-cursor-theme-name=breeze_cursors gtk-font-name=Noto Sans, 10
gtk-cursor-theme-name=Adwaita
gtk-cursor-theme-size=24 gtk-cursor-theme-size=24
gtk-toolbar-style=3
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=0
gtk-menu-images=0
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=0
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintslight
gtk-xft-rgba=rgb
gtk-application-prefer-dark-theme=1
gtk-decoration-layout=icon:minimize,maximize,close gtk-decoration-layout=icon:minimize,maximize,close
gtk-enable-animations=true gtk-enable-animations=true
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-font-name=Noto Sans, 10
gtk-icon-theme-name=breeze-dark
gtk-menu-images=true
#gtk-modules=colorreload-gtk-module #gtk-modules=colorreload-gtk-module
gtk-primary-button-warps-slider=true gtk-primary-button-warps-slider=true
gtk-sound-theme-name=ocean gtk-sound-theme-name=ocean
gtk-theme-name=Lavanda-Sea-Dark
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-toolbar-style=3
gtk-xft-antialias=1
gtk-xft-dpi=122880 gtk-xft-dpi=122880
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb

View file

@ -1,11 +0,0 @@
#!/bin/bash
waybar --config $HOME/.config/waybar/config.hypr &
nm-applet --indicator &
/usr/bin/gnome-keyring-daemon --foreground &
discord &
element-desktop &
thunderbird &

View file

@ -7,7 +7,7 @@ input {
kb_layout = us kb_layout = us
kb_variant = kb_variant =
kb_model = kb_model =
kb_options = gtp:alt_shit_toggle, compose:rctrl kb_options = gtp:alt_shit_toggle, compose:ralt
kb_rules = kb_rules =
follow_mouse = 1 follow_mouse = 1

View file

@ -1,15 +1,17 @@
general { general {
gaps_in = 6 gaps_in = 6
gaps_out = $gaps gaps_out = 10
border_size = $border border_size = $border
col.active_border = 0xffaaaaaa col.active_border = 0xffaaaaaa
col.inactive_border = 0xff777777 col.inactive_border = 0xff777777
layout = dwindle layout = dwindle
resize_on_border = yes
extend_border_grab_area = 20
} }
group { group {
col.border_active = 0x14171d 0x14171d 360deg col.border_active = rgb(14171d) rgb(14171d) 0deg
col.border_inactive = 0x14171d 0x14171d 360deg col.border_inactive = rgb(14171d) rgb(14171d) 0deg
col.border_locked_active = rgb(14171d) rgb(14171d) 0deg col.border_locked_active = rgb(14171d) rgb(14171d) 0deg
col.border_locked_inactive = rgb(14171d) rgb(14171d) 0deg col.border_locked_inactive = rgb(14171d) rgb(14171d) 0deg
groupbar { groupbar {
@ -31,6 +33,12 @@ decoration {
shadow_range = 4 shadow_range = 4
shadow_render_power = 3 shadow_render_power = 3
col.shadow = rgba(1a1a1aee) col.shadow = rgba(1a1a1aee)
blur {
enabled = true
size = 5
passes = 2
}
} }
animations { animations {
@ -45,8 +53,8 @@ animations {
} }
xwayland { xwayland {
force_zero_scaling = true force_zero_scaling = true
use_nearest_neighbor = false use_nearest_neighbor = false
} }
env = GDK_BACKEND,wayland,x11 env = GDK_BACKEND,wayland,x11

View file

@ -1,5 +1,3 @@
exec-once = ~/.config/hypr/scripts.d/systemd.sh
$mod = SUPER $mod = SUPER
$term = kitty $term = kitty
@ -8,12 +6,13 @@ $menu = wofi --allow-images --show drun --prompt "Search Program"
$scale = 1.25 $scale = 1.25
$radius = 5 $radius = 0
$gaps = 10
$border = 0 $border = 0
$browser = librewolf $browser = librewolf
exec-once = ~/.config/hypr/scripts.d/systemd.sh
source = ~/.config/hypr/config.d/keybinds.conf source = ~/.config/hypr/config.d/keybinds.conf
source = ~/.config/hypr/config.d/theme.conf source = ~/.config/hypr/config.d/theme.conf
source = ~/.config/hypr/config.d/input.conf source = ~/.config/hypr/config.d/input.conf

View file

@ -1,4 +1,4 @@
# Generated by nwg-displays on 2024-05-08 at 19:19:19. Do not edit manually. # Generated by nwg-displays on 2024-06-05 at 18:46:28. Do not edit manually.
monitor=eDP-1,2560x1600@90.0,0x0,1.25,bitdepth,10 monitor=eDP-1,2560x1600@90.0,2560x0,1.25
monitor=HDMI-A-1,2560x1440@59.95,2048x0,1.0 monitor=DP-2,2560x1440@59.95,0x0,1.0

View file

@ -9,7 +9,8 @@ wl-clip-persist --clipboard both &
gtk-launch discord & gtk-launch discord &
gtk-launch io.element.Element & gtk-launch io.element.Element &
thunderbird & gtk-launch org.gajim.Gajim &
gtk-launch org.mozilla.Thunderbird &
hyprpaper & hyprpaper &
hypridle & hypridle &

View file

@ -4,9 +4,13 @@ systemctl --user set-environment XDG_CURRENT_DESKTOP=Hyprland
systemctl --user import-environment DISPLAY \ systemctl --user import-environment DISPLAY \
WAYLAND_DISPLAY \ WAYLAND_DISPLAY \
XDG_CURRENT_DESKTOP \ XDG_CURRENT_DESKTOP \
GTK_THEME GTK_THEME \
QT_QPA_PLATFORMTHEME
hash dbus-update-activation-environment 2>/dev/null && \ hash dbus-update-activation-environment 2>/dev/null && \
dbus-update-activation-environment --systemd DISPLAY \ dbus-update-activation-environment --systemd DISPLAY \
XDG_CURRENT_DESKTOP=Hyprland \ XDG_CURRENT_DESKTOP=Hyprland \
WAYLAND_DISPLAY WAYLAND_DISPLAY \
GTK_THEME \
QT_QPA_PLATFORMTHEME

View file

@ -1,3 +0,0 @@
# Generated by nwg-displays on 2024-04-15 at 22:15:31. Do not edit manually.
workspace=9,monitor:eDP-1,default:true

View file

@ -74,7 +74,7 @@ lsp.setup()
require('phpactor').setup { require('phpactor').setup {
install = { install = {
branch = "master", branch = "master",
bin = "/home/freya/.local/bin/phpactor", bin = "/usr/bin/phpactor",
php_bin = "php", php_bin = "php",
composer_bin = "composer", composer_bin = "composer",
git_bin = "git", git_bin = "git",

View file

@ -11,14 +11,14 @@ 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/desktop-common/wallpapers/blue.jpg set $bg ~/.config/desktop-common/wallpapers/davekat.png
# Set lockscreen # Set lockscreen
set $lock swaylock set $lock hyprlock
# Set Efects # Set Efects
set $gaps 10 set $gaps 10
set $radius 5 set $radius 0
set $shadows on set $shadows on
set $shadow_blur 15 set $shadow_blur 15
set $blur enable set $blur enable

View file

@ -2,7 +2,13 @@
nm-applet --indicator & nm-applet --indicator &
autotiling & autotiling &
discord &
element-desktop & /usr/bin/gnome-keyring-daemon --foreground &
thunderbird & wl-clip-persist --clipboard both &
dino &
gtk-launch discord &
gtk-launch fluffychat &
gtk-launch org.gajim.Gajim &
gtk-launch org.mozilla.Thunderbird &
hypridle &

View file

@ -1,5 +1,5 @@
{ {
"height": 24, "height": 30,
"position": "top", "position": "top",
"layer": "top", "layer": "top",
"spacing": 4, "spacing": 4,

View file

@ -6,25 +6,18 @@
padding: 0; padding: 0;
} }
/*
#waybar {
background-color: rgba(20, 23, 29, 0.85);
color: #c7c6c3;
}
*/
window#waybar { window#waybar {
background-color: rgba(30, 30, 46, 0.85); background-color: transparent;
color: #c7c6c3;
} }
/*
window#waybar > box { window#waybar > box {
margin-bottom: 8px;
color: #c7c6c3; color: #c7c6c3;
box-shadow: 0px 0px 3px 2px rgba(20, 23, 29, 0.70); margin-bottom: 8px;
box-shadow: 1px 1px 3px 1px #151515;
background-color: rgba(30, 30, 46, 0.85);
transition-property: background-color;
transition-duration: .5s;
} }
*/
button { button {
border: none; border: none;
@ -98,7 +91,6 @@ button {
margin: 0 4px; margin: 0 4px;
} }
#battery { #battery {
color: #97bd5e; color: #97bd5e;
} }
@ -111,11 +103,13 @@ button {
color: #cc5c5c; color: #cc5c5c;
} }
#network.disconnected, #wireplumber.muted { #network.disconnected,
#wireplumber.muted {
color: #cc5c5c; color: #cc5c5c;
} }
#network.wifi, #network.ethernet { #network.wifi,
#network.ethernet {
color: #789ebf; color: #789ebf;
} }
@ -143,10 +137,6 @@ button {
color: #cc5c5c; color: #cc5c5c;
} }
#custom-newsboat {
color: #de7e54;
}
#tray > .passive { #tray > .passive {
-gtk-icon-effect: dim; -gtk-icon-effect: dim;
} }

View file

@ -1,20 +1,19 @@
# DO NOT EDIT! This file will be overwritten by LXAppearance. # DO NOT EDIT! This file will be overwritten by nwg-look.
# Any customization should be done in ~/.gtkrc-2.0.mine instead. # Any customization should be done in ~/.gtkrc-2.0.mine instead.
gtk-theme-name="Lavanda-Sea-Dark" include "/home/freya/.gtkrc-2.0.mine"
gtk-icon-theme-name="breeze-dark" gtk-theme-name="Adwaita"
gtk-icon-theme-name="Adwaita"
gtk-font-name="Noto Sans, 10" gtk-font-name="Noto Sans, 10"
gtk-cursor-theme-name="breeze_cursors" gtk-cursor-theme-name="Adwaita"
gtk-cursor-theme-size=24 gtk-cursor-theme-size=24
gtk-toolbar-style=3 gtk-toolbar-style=3
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1 gtk-button-images=0
gtk-menu-images=1 gtk-menu-images=0
gtk-enable-event-sounds=1 gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1 gtk-enable-input-feedback-sounds=0
gtk-xft-antialias=1 gtk-xft-antialias=1
gtk-xft-hinting=1 gtk-xft-hinting=1
gtk-xft-hintstyle="hintfull" gtk-xft-hintstyle="hintslight"
gtk-enable-animations=1 gtk-xft-rgba="rgb"
gtk-primary-button-warps-slider=1
gtk-sound-theme-name="ocean"

View file

@ -9,15 +9,9 @@ export EDITOR=nvim
export _JAVA_AWT_WM_NONREPARENTING=1 export _JAVA_AWT_WM_NONREPARENTING=1
export MOZ_ENABLE_WAYLAND=1 export MOZ_ENABLE_WAYLAND=1
export MOZ_USE_XINPUT2=1 export MOZ_USE_XINPUT2=1
<<<<<<< HEAD
# xdg
export XDG_CURRENT_DESKTOP=sway
=======
export WLR_NO_HARDWARE_CURSORS=1 export WLR_NO_HARDWARE_CURSORS=1
# xdg # xdg
>>>>>>> f9676b9 (a)
export XDG_CONFIG_HOME=$HOME/.config export XDG_CONFIG_HOME=$HOME/.config
export XDG_DATA_HOME=$HOME/.local/share export XDG_DATA_HOME=$HOME/.local/share
export XDG_DATA_DIRS=/usr/local/share:/usr/share export XDG_DATA_DIRS=/usr/local/share:/usr/share
@ -35,6 +29,13 @@ if [ -n "$TMUX" ]; then
return return
fi fi
# graphics
#export NOUVEAU_USE_ZINK=1
#export __GLX_VENDOR_LIBRARY_NAME=mesa
#export __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json
#export MESA_LOADER_DRIVER_OVERRIDE=zink
#export GALLIUM_DRIVER=zink
clear clear
printf "\t\n\t\n\t\n\t\n" printf "\t\n\t\n\t\n\t\n"
echo "\tPlease select an environment..." echo "\tPlease select an environment..."

12
aur
View file

@ -1,30 +1,20 @@
autotiling autotiling
bento4 bento4
cider-bin cider-bin
flashplayer-standalone
gconf gconf
gleam
hyprlock-git
i686-elf-gcc i686-elf-gcc
icecast
librewolf-bin librewolf-bin
mkinitcpio-firmware mkinitcpio-firmware
nwg-displays nwg-displays
pandoc-bin
paru paru
pfetch-rs pfetch-rs
phpactor
prismlauncher-qt5-bin prismlauncher-qt5-bin
python-eyed3 python-eyed3
qt5-styleplugins qt5-styleplugins
qt6gtk2
rebar3
ruffle-git
swayfx
swaylock-effects
ttf-twemoji-color ttf-twemoji-color
units units
unofficial-homestuck-collection-bin unofficial-homestuck-collection-bin
uwuify uwuify
vencord-installer-cli-bin vencord-installer-cli-bin
wd719x-firmware
wl-clip-persist-git wl-clip-persist-git

View file

@ -2,7 +2,6 @@ acpi
alsa-tools alsa-tools
alsa-utils alsa-utils
amd-ucode amd-ucode
android-tools
base base
base-devel base-devel
bcachefs-tools bcachefs-tools
@ -20,17 +19,20 @@ cups
cups-pdf cups-pdf
discord discord
docker docker
docker-buildx
docker-compose docker-compose
dosfstools
easyeffects easyeffects
efibootmgr efibootmgr
element-desktop element-desktop
elixir exfatprogs
evtest
figlet figlet
firefox
flatpak flatpak
fontforge fontforge
freealut freealut
gajim gajim
gamescope
gdb gdb
gdu gdu
gimp gimp
@ -38,17 +40,17 @@ git
gnome-keyring gnome-keyring
gnome-themes-extra gnome-themes-extra
gnu-netcat gnu-netcat
gradle
grim grim
grub
gsound gsound
gspell
gst-libav gst-libav
gst-plugin-gtk
gst-plugins-bad gst-plugins-bad
gst-plugins-ugly gst-plugins-ugly
highlight
htop htop
hypridle hypridle
hyprland hyprland
hyprlock
hyprpaper hyprpaper
imv imv
jdk-openjdk jdk-openjdk
@ -68,7 +70,9 @@ lynx
mako mako
man-db man-db
man-pages man-pages
mangohud
maven maven
mesa-utils
mpv mpv
mtools mtools
nasm nasm
@ -77,13 +81,17 @@ neovim
network-manager-applet network-manager-applet
networkmanager networkmanager
networkmanager-openvpn networkmanager-openvpn
nextcloud-client
nmap nmap
nodejs nodejs
noto-fonts-cjk noto-fonts-cjk
npm npm
ntfs-3g
nvme-cli nvme-cli
nwg-look nwg-look
obs-studio
openal openal
opencl-rusticl-mesa
opendoas opendoas
openldap openldap
p7zip p7zip
@ -91,14 +99,15 @@ pacman-contrib
parallel parallel
pavucontrol pavucontrol
perl-image-exiftool perl-image-exiftool
php
pipewire-alsa pipewire-alsa
pipewire-pulse pipewire-pulse
polkit-gnome polkit-gnome
python-pip
python-pynvim python-pynvim
python-yaml python-sphinx
qbittorrent qbittorrent
qemu-full qemu-full
qpwgraph
qt5-wayland qt5-wayland
qt6ct qt6ct
ranger ranger
@ -109,23 +118,19 @@ rustup
sassc sassc
sbctl sbctl
sbsigntools sbsigntools
shellcheck
sl sl
slurp slurp
smartmontools
sof-firmware sof-firmware
sshfs
starship starship
steam steam
strace strace
swaybg
swayidle
syncthing syncthing
thunderbird thunderbird
tlp tlp
tpm2-tools tpm2-tools
traceroute traceroute
tree tree
tree-sitter-cli
ttf-dejavu ttf-dejavu
ttf-fira-code ttf-fira-code
ufw ufw
@ -144,14 +149,15 @@ wireguard-tools
wl-clipboard wl-clipboard
wl-mirror wl-mirror
wofi wofi
xcur2png
xdg-desktop-portal xdg-desktop-portal
xdg-desktop-portal-gtk xdg-desktop-portal-gtk
xdg-desktop-portal-hyprland xdg-desktop-portal-hyprland
xdg-desktop-portal-wlr
xorg-xwayland xorg-xwayland
yt-dlp yt-dlp
zathura zathura
zathura-pdf-mupdf zathura-pdf-mupdf
zip zip
zram-generator
zsh zsh
zsh-syntax-highlighting zsh-syntax-highlighting