portage, waybar, hypr, mako

This commit is contained in:
coast 2025-06-30 00:20:13 +03:30
parent b59c7f3113
commit ff0121d288
5 changed files with 27 additions and 15 deletions

View file

@ -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

9
config/mako/config Normal file
View file

@ -0,0 +1,9 @@
font=Monospace 10
[urgency=normal]
background-color=#121218
text-color=#e0e0e0
border-color=#646496
[urgency=high]
text-color=#CB4B16

View file

@ -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": ["", "", "", "", ""],

View file

@ -27,7 +27,7 @@ window#waybar {
}
/* Modules */
#clock, #cpu, #memory, #battery, #pulseaudio, #tray {
#clock, #cpu, #battery, #pulseaudio, #tray {
padding: 0 8px;
margin: 0 2px;
}

10
etc/portage/make.conf Normal file
View file

@ -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"