diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 44da35d..fbb4dac 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -47,13 +47,11 @@ $screenie = screenie # Autostart necessary processes (like notifications daemons, status bars, etc.) # Or execute your favorite apps at launch like this: -# exec-once = $terminal -# exec-once = nm-applet & -# exec-once = waybar & hyprpaper & firefox -exec-once = waybar -exec-once = swww-daemon -exec-once = swww img ~/files/pics/wallhaven-r7899j_1920x1080.png -exec-once = hyprctl setcursor breeze_cursors 24 +exec-once = waybar & +exec-once = swww-daemon & +exec-once = swww img ~/files/pics/wmremove-transformed.png & +exec-once = hyprctl setcursor breeze_cursors 24 & +exec-once = mako & ############################# ### ENVIRONMENT VARIABLES ### @@ -91,7 +89,7 @@ env = HYPRCURSOR_SIZE,24 # https://wiki.hyprland.org/Configuring/Variables/#general general { gaps_in = 5 - gaps_out = 8.8 + gaps_out = 7 border_size = 1 diff --git a/config/mako/config b/config/mako/config new file mode 100644 index 0000000..0a84b63 --- /dev/null +++ b/config/mako/config @@ -0,0 +1,9 @@ +font=Monospace 10 + +[urgency=normal] +background-color=#121218 +text-color=#e0e0e0 +border-color=#646496 + +[urgency=high] +text-color=#CB4B16 diff --git a/config/waybar/config b/config/waybar/config index fff2d81..699368c 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -7,7 +7,7 @@ "spacing": 4, "modules-left": ["hyprland/workspaces"], "modules-center": ["clock"], - "modules-right": ["pulseaudio", "cpu", "memory", "battery", "tray"], + "modules-right": ["pulseaudio", "cpu", "battery", "tray"], "hyprland/workspaces": { "format": "{name}", @@ -31,11 +31,6 @@ "interval": 5 }, - "memory": { - "format": "MEM {percentage}%", - "interval": 5 - }, - "battery": { "format": "BAT {capacity}%", "format-icons": ["", "", "", "", ""], diff --git a/config/waybar/style.css b/config/waybar/style.css index 31ee1c0..6cb4ae6 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -27,7 +27,7 @@ window#waybar { } /* Modules */ -#clock, #cpu, #memory, #battery, #pulseaudio, #tray { +#clock, #cpu, #battery, #pulseaudio, #tray { padding: 0 8px; margin: 0 2px; } diff --git a/etc/portage/make.conf b/etc/portage/make.conf new file mode 100644 index 0000000..29b87e4 --- /dev/null +++ b/etc/portage/make.conf @@ -0,0 +1,10 @@ +COMMON_FLAGS="-march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe" +CFLAGS="${COMMON_FLAGS}" +CXXFLAGS="${COMMON_FLAGS}" +FCFLAGS="${COMMON_FLAGS}" +FFLAGS="${COMMON_FLAGS}" +MAKEOPTS="-j7" +USE="-gnome -openrc egl opengl abi_x86_32 pulseaudio pipewire dbus policykit udev -consolekit gtk qt5 qt6 plasma kde systemd -elogind widgets dist-kernel" +VIDEO_CARDS="intel nvidia" +LC_MESSAGES=C.utf8 +BINPKG_GPG_HOMEDIR="/var/lib/portage/gnupg"