Compare commits
13
Commits
eacb7b25d8
..
openrc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
90ca473fe9 | ||
|
|
42f83ed981 | ||
|
|
26c49b7f3d | ||
|
|
845c758a3c | ||
|
|
63ba6e6244 | ||
|
|
8b3afabd46 | ||
|
|
836c212ddd | ||
|
|
86255e1f21 | ||
|
|
ea452dab8b | ||
|
|
c6c5dcd66d | ||
|
|
86ddc20730 | ||
|
|
8b271611f4 | ||
|
|
6c8270bbe5 |
@@ -6,3 +6,5 @@ wallpaper = ,WALLPAPER
|
|||||||
|
|
||||||
# Disable Splash
|
# Disable Splash
|
||||||
splash = false
|
splash = false
|
||||||
|
|
||||||
|
ipc = off
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
exec-once = hyprctl setcursor Vimix-hyprcursors 32
|
exec-once = hyprctl setcursor Vimix-hyprcursors 42
|
||||||
env = HYPRCURSOR_THEME,Vimix-hyprcursors
|
env = HYPRCURSOR_THEME,Vimix-hyprcursors
|
||||||
|
env = HYPRCURSOR_SIZE,42
|
||||||
|
|||||||
@@ -15,6 +15,8 @@ windowrule = float,^(showmethekey-gtk)$
|
|||||||
windowrule = pin,^(showmethekey-gtk)$
|
windowrule = pin,^(showmethekey-gtk)$
|
||||||
layerrule = blur, gtk-layer-shell
|
layerrule = blur, gtk-layer-shell
|
||||||
layerrule = blur, logout_dialog
|
layerrule = blur, logout_dialog
|
||||||
|
layerrule = blur, waybar
|
||||||
|
layerrule = blurpopups, waybar
|
||||||
|
|
||||||
windowrule = float,title:^(Mathematica)$
|
windowrule = float,title:^(Mathematica)$
|
||||||
windowrule = opacity 0.8, ^(Code)$
|
windowrule = opacity 0.8, ^(Code)$
|
||||||
|
|||||||
@@ -0,0 +1,83 @@
|
|||||||
|
# _ _ _
|
||||||
|
# | |__ _ _ _ __ _ __| | ___ ___| | __
|
||||||
|
# | '_ \| | | | '_ \| '__| |/ _ \ / __| |/ /
|
||||||
|
# | | | | |_| | |_) | | | | (_) | (__| <
|
||||||
|
# |_| |_|\__, | .__/|_| |_|\___/ \___|_|\_\
|
||||||
|
# |___/|_|
|
||||||
|
#
|
||||||
|
|
||||||
|
background {
|
||||||
|
monitor =
|
||||||
|
path = $HOME/.cache/blurred_wallpaper.png # only png supported for now
|
||||||
|
}
|
||||||
|
|
||||||
|
input-field {
|
||||||
|
monitor =
|
||||||
|
size = 200, 50
|
||||||
|
outline_thickness = 3
|
||||||
|
dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8
|
||||||
|
dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
|
||||||
|
dots_center = true
|
||||||
|
dots_rounding = -1 # -1 default circle, -2 follow input-field rounding
|
||||||
|
outer_color = rgb(151515)
|
||||||
|
inner_color = rgb(FFFFFF)
|
||||||
|
font_color = rgb(10, 10, 10)
|
||||||
|
fade_on_empty = true
|
||||||
|
fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
|
||||||
|
placeholder_text = <i>Input Password...</i> # Text rendered in the input box when it's empty.
|
||||||
|
hide_input = false
|
||||||
|
rounding = -1 # -1 means complete rounding (circle/oval)
|
||||||
|
check_color = rgb(204, 136, 34)
|
||||||
|
fail_color = rgb(204, 34, 34) # if authentication failed, changes outer_color and fail message color
|
||||||
|
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i> # can be set to empty
|
||||||
|
fail_transition = 300 # transition time in ms between normal outer_color and fail_color
|
||||||
|
capslock_color = -1
|
||||||
|
numlock_color = -1
|
||||||
|
bothlock_color = -1 # when both locks are active. -1 means don't change outer color (same for above)
|
||||||
|
invert_numlock = false # change color if numlock is off
|
||||||
|
swap_font_color = false # see below
|
||||||
|
position = 0, -20
|
||||||
|
halign = center
|
||||||
|
valign = center
|
||||||
|
}
|
||||||
|
|
||||||
|
label {
|
||||||
|
monitor =
|
||||||
|
text = cmd[update:1000] echo "$TIME"
|
||||||
|
color = rgba(200, 200, 200, 1.0)
|
||||||
|
font_size = 55
|
||||||
|
font_family = Fira Semibold
|
||||||
|
position = -100, -00
|
||||||
|
halign = right
|
||||||
|
valign = bottom
|
||||||
|
shadow_passes = 5
|
||||||
|
shadow_size = 10
|
||||||
|
}
|
||||||
|
|
||||||
|
label {
|
||||||
|
monitor =
|
||||||
|
text = $USER
|
||||||
|
color = rgba(200, 200, 200, 1.0)
|
||||||
|
font_size = 20
|
||||||
|
font_family = Fira Semibold
|
||||||
|
position = -100, 120
|
||||||
|
halign = right
|
||||||
|
valign = bottom
|
||||||
|
shadow_passes = 5
|
||||||
|
shadow_size = 10
|
||||||
|
}
|
||||||
|
|
||||||
|
image {
|
||||||
|
monitor =
|
||||||
|
path = $HOME/.cache/square_wallpaper.png
|
||||||
|
size = 280 # lesser side if not 1:1 ratio
|
||||||
|
rounding = -1 # negative values mean circle
|
||||||
|
border_size = 8
|
||||||
|
border_color = rgb(221, 221, 221)
|
||||||
|
rotate = 0 # degrees, counter-clockwise
|
||||||
|
reload_time = -1 # seconds between reloading, 0 to reload with SIGUSR2
|
||||||
|
# reload_cmd = # command to get new path. if empty, old path will be used. don't run "follow" commands like tail -F
|
||||||
|
position = 0, 200
|
||||||
|
halign = center
|
||||||
|
valign = center
|
||||||
|
}
|
||||||
@@ -6,3 +6,5 @@ wallpaper = ,/home/wyj/.cache/used_wallpaper
|
|||||||
|
|
||||||
# Disable Splash
|
# Disable Splash
|
||||||
splash = false
|
splash = false
|
||||||
|
|
||||||
|
ipc = off
|
||||||
|
|||||||
@@ -4,6 +4,9 @@ bold_font auto
|
|||||||
italic_font auto
|
italic_font auto
|
||||||
bold_italic_font auto
|
bold_italic_font auto
|
||||||
|
|
||||||
|
cursor_shape block
|
||||||
|
cursor_trail 10
|
||||||
|
|
||||||
background_opacity 0.7
|
background_opacity 0.7
|
||||||
|
|
||||||
confirm_os_window_close 0
|
confirm_os_window_close 0
|
||||||
|
|||||||
@@ -14,7 +14,8 @@
|
|||||||
"layer": "top",
|
"layer": "top",
|
||||||
"output": [
|
"output": [
|
||||||
"DP-1",
|
"DP-1",
|
||||||
"HDMI-A-2"
|
"HDMI-A-2",
|
||||||
|
"DP-3"
|
||||||
],
|
],
|
||||||
"margin-top": 0,
|
"margin-top": 0,
|
||||||
"margin-bottom": 0,
|
"margin-bottom": 0,
|
||||||
@@ -55,7 +56,7 @@
|
|||||||
"layer": "top",
|
"layer": "top",
|
||||||
"output": [
|
"output": [
|
||||||
"HDMI-A-1",
|
"HDMI-A-1",
|
||||||
"DP-2"
|
"DP-4"
|
||||||
],
|
],
|
||||||
"margin-top": 0,
|
"margin-top": 0,
|
||||||
"margin-bottom": 0,
|
"margin-bottom": 0,
|
||||||
@@ -84,5 +85,41 @@
|
|||||||
"tray",
|
"tray",
|
||||||
"custom/events"
|
"custom/events"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
// General Settings
|
||||||
|
"layer": "top",
|
||||||
|
"output": [
|
||||||
|
"DP-2"
|
||||||
|
],
|
||||||
|
"margin-top": 0,
|
||||||
|
"margin-bottom": 0,
|
||||||
|
"margin-left": 0,
|
||||||
|
"margin-right": 0,
|
||||||
|
"spacing": 0,
|
||||||
|
//"fixed-center": false,
|
||||||
|
// Load Modules
|
||||||
|
"include": [
|
||||||
|
"~/dotfiles/waybar/themes/meow-gentoo/modules.jsonc"
|
||||||
|
],
|
||||||
|
// Modules Left
|
||||||
|
"modules-left": [
|
||||||
|
"custom/appmenuicon",
|
||||||
|
"hyprland/workspaces",
|
||||||
|
"wlr/taskbar",
|
||||||
|
"hyprland/window",
|
||||||
|
"custom/empty"
|
||||||
|
],
|
||||||
|
// Modules Center
|
||||||
|
"modules-center": [
|
||||||
|
"custom/events"
|
||||||
|
],
|
||||||
|
// Modules Right
|
||||||
|
"modules-right": [
|
||||||
|
"group/hardware",
|
||||||
|
"group/hardware2",
|
||||||
|
"tray",
|
||||||
|
"group/power"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
[0;35;40m .
|
||||||
|
[0;35;40m .vir. d$b
|
||||||
|
[0;35;40m .d$$$$$$b. .cd$$b. .d$$b. d$$$$$$$$$$$b .d$$b. .d$$b.
|
||||||
|
[0;35;40m $$$$( )$$$b d$$$()$$$. d$$$$$$$b Q$$$$$$$P$$$P.$$$$$$$b. .$$$$$$$b.
|
||||||
|
[0;35;40m Q$$$$$$$$$$B$$$$$$$$P" d$$$PQ$$$$b. $$$$. .$$$P' `$$$ .$$$P' `$$$
|
||||||
|
[0;35;40m "$$$$$$$P Q$$$$$$$b d$$$P Q$$$$b $$$$b $$$$b..d$$$ $$$$b..d$$$
|
||||||
|
[0;35;40m d$$$$$$P" "$$$$$$$$ Q$$$ Q$$$$ $$$$$ `Q$$$$$$$P `Q$$$$$$$P
|
||||||
|
[0;35;40m $$$$$$$P `""""" "" "" Q$$$P "Q$$$P" "Q$$$P"
|
||||||
|
[0;35;40m `Q$$P" """
|
||||||
|
[0;37;40m
|
||||||
|
|
||||||
|
This is \n (\s \m \r) \t
|
||||||
|
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
gui-apps/hyprlock ~amd64
|
||||||
gui-apps/hypridle ~amd64
|
gui-apps/hypridle ~amd64
|
||||||
|
|
||||||
# xdg-desktop-portal-hyprland
|
# xdg-desktop-portal-hyprland
|
||||||
|
|||||||
@@ -1,9 +1,7 @@
|
|||||||
sys-kernel/linux-firmware linux-fw-redistributable
|
sys-kernel/linux-firmware linux-fw-redistributable
|
||||||
|
sys-firmware/intel-microcode intel-ucode
|
||||||
|
|
||||||
media-fonts/nerd-fonts Vic-Fieger-License
|
media-fonts/nerd-fonts Vic-Fieger-License
|
||||||
|
|
||||||
sci-mathematics/mathematica all-rights-reserved
|
|
||||||
|
|
||||||
www-client/google-chrome google-chrome
|
www-client/google-chrome google-chrome
|
||||||
app-editors/vscode Microsoft-vscode
|
app-editors/vscode Microsoft-vscode
|
||||||
net-im/tencent-qq Tencent
|
net-im/tencent-qq Tencent
|
||||||
@@ -11,3 +9,10 @@ net-im/wechat-universal-bwrap all-rights-reserved
|
|||||||
sci-mathematics/mathematica all-rights-reserved
|
sci-mathematics/mathematica all-rights-reserved
|
||||||
net-im/discord all-rights-reserved
|
net-im/discord all-rights-reserved
|
||||||
net-im/zoom all-rights-reserved
|
net-im/zoom all-rights-reserved
|
||||||
|
net-misc/anydesk AnyDesk-TOS
|
||||||
|
|
||||||
|
games-util/steam-launcher ValveSteamLicense
|
||||||
|
|
||||||
|
app-benchmarks/geekbench geekbench
|
||||||
|
|
||||||
|
app-arch/unrar unRAR
|
||||||
|
|||||||
@@ -1 +1,3 @@
|
|||||||
sys-kernel/linux-firmware savedconfig
|
sys-apps/fwupd amdgpu flashrom nvme uefi gnutls
|
||||||
|
|
||||||
|
sys-firmware/intel-microcode hostonly
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
gui-apps/waybar -libinput -logind pipewire -pulseaudio -udev -evdev -experimental -jack -mpd -mpris network -sndio -systemd -test tray -upower -wifi
|
gui-apps/waybar -libinput logind pipewire pulseaudio -udev -evdev -experimental -jack -mpd -mpris network -sndio -systemd -test tray -upower -wifi
|
||||||
|
|
||||||
# required by gui-apps/waybar-0.10.0::gentoo[tray]
|
# required by gui-apps/waybar-0.10.0::gentoo[tray]
|
||||||
# required by @hyprland (argument)
|
# required by @hyprland (argument)
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
sys-kernel/linux-firmware
|
||||||
|
|
||||||
|
sys-firmware/intel-microcode
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
gui-wm/hyprland
|
gui-wm/hyprland
|
||||||
|
gui-apps/hyprlock
|
||||||
gui-apps/hypridle
|
gui-apps/hypridle
|
||||||
#gui-libs/xdg-desktop-portal-wlr
|
#gui-libs/xdg-desktop-portal-wlr
|
||||||
gui-libs/xdg-desktop-portal-hyprland
|
gui-libs/xdg-desktop-portal-hyprland
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
sys-kernel/linux-firmware
|
|
||||||
sys-kernel/gentoo-sources
|
sys-kernel/gentoo-sources
|
||||||
|
|||||||
Reference in New Issue
Block a user