portage, waybar, hypr, mako
This commit is contained in:
parent
b59c7f3113
commit
ff0121d288
5 changed files with 27 additions and 15 deletions
|
@ -47,13 +47,11 @@ $screenie = screenie
|
||||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||||
# Or execute your favorite apps at launch like this:
|
# Or execute your favorite apps at launch like this:
|
||||||
|
|
||||||
# exec-once = $terminal
|
exec-once = waybar &
|
||||||
# exec-once = nm-applet &
|
exec-once = swww-daemon &
|
||||||
# exec-once = waybar & hyprpaper & firefox
|
exec-once = swww img ~/files/pics/wmremove-transformed.png &
|
||||||
exec-once = waybar
|
exec-once = hyprctl setcursor breeze_cursors 24 &
|
||||||
exec-once = swww-daemon
|
exec-once = mako &
|
||||||
exec-once = swww img ~/files/pics/wallhaven-r7899j_1920x1080.png
|
|
||||||
exec-once = hyprctl setcursor breeze_cursors 24
|
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
### ENVIRONMENT VARIABLES ###
|
### ENVIRONMENT VARIABLES ###
|
||||||
|
@ -91,7 +89,7 @@ env = HYPRCURSOR_SIZE,24
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||||||
general {
|
general {
|
||||||
gaps_in = 5
|
gaps_in = 5
|
||||||
gaps_out = 8.8
|
gaps_out = 7
|
||||||
|
|
||||||
border_size = 1
|
border_size = 1
|
||||||
|
|
||||||
|
|
9
config/mako/config
Normal file
9
config/mako/config
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
font=Monospace 10
|
||||||
|
|
||||||
|
[urgency=normal]
|
||||||
|
background-color=#121218
|
||||||
|
text-color=#e0e0e0
|
||||||
|
border-color=#646496
|
||||||
|
|
||||||
|
[urgency=high]
|
||||||
|
text-color=#CB4B16
|
|
@ -7,7 +7,7 @@
|
||||||
"spacing": 4,
|
"spacing": 4,
|
||||||
"modules-left": ["hyprland/workspaces"],
|
"modules-left": ["hyprland/workspaces"],
|
||||||
"modules-center": ["clock"],
|
"modules-center": ["clock"],
|
||||||
"modules-right": ["pulseaudio", "cpu", "memory", "battery", "tray"],
|
"modules-right": ["pulseaudio", "cpu", "battery", "tray"],
|
||||||
|
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
"format": "{name}",
|
"format": "{name}",
|
||||||
|
@ -31,11 +31,6 @@
|
||||||
"interval": 5
|
"interval": 5
|
||||||
},
|
},
|
||||||
|
|
||||||
"memory": {
|
|
||||||
"format": "MEM {percentage}%",
|
|
||||||
"interval": 5
|
|
||||||
},
|
|
||||||
|
|
||||||
"battery": {
|
"battery": {
|
||||||
"format": "BAT {capacity}%",
|
"format": "BAT {capacity}%",
|
||||||
"format-icons": ["", "", "", "", ""],
|
"format-icons": ["", "", "", "", ""],
|
||||||
|
|
|
@ -27,7 +27,7 @@ window#waybar {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Modules */
|
/* Modules */
|
||||||
#clock, #cpu, #memory, #battery, #pulseaudio, #tray {
|
#clock, #cpu, #battery, #pulseaudio, #tray {
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
}
|
}
|
||||||
|
|
10
etc/portage/make.conf
Normal file
10
etc/portage/make.conf
Normal 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"
|
Loading…
Add table
Reference in a new issue