Compare commits
23
Commits
12fe3a45fc
..
openrc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
90ca473fe9 | ||
|
|
42f83ed981 | ||
|
|
26c49b7f3d | ||
|
|
845c758a3c | ||
|
|
63ba6e6244 | ||
|
|
8b3afabd46 | ||
|
|
836c212ddd | ||
|
|
86255e1f21 | ||
|
|
ea452dab8b | ||
|
|
c6c5dcd66d | ||
|
|
86ddc20730 | ||
|
|
8b271611f4 | ||
|
|
6c8270bbe5 | ||
|
|
eacb7b25d8 | ||
|
|
adbf8868e7 | ||
|
|
ef38dce0ee | ||
|
|
43c98180f3 | ||
|
|
f43ee2497c | ||
|
|
57dd9008ff | ||
|
|
f6621113f0 | ||
|
|
d78e3dec49 | ||
|
|
2de81a68f2 | ||
|
|
ce3cdacb53 |
+1718
File diff suppressed because it is too large
Load Diff
@@ -5,4 +5,6 @@ preload = WALLPAPER
|
|||||||
wallpaper = ,WALLPAPER
|
wallpaper = ,WALLPAPER
|
||||||
|
|
||||||
# Disable Splash
|
# Disable Splash
|
||||||
splash = false
|
splash = false
|
||||||
|
|
||||||
|
ipc = off
|
||||||
|
|||||||
@@ -50,6 +50,7 @@ export CFLAGS='-march=native -O2 -pipe'
|
|||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# Alias
|
# Alias
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
|
alias sudo="doas"
|
||||||
alias sshkoko="TERM=xterm-256color ssh ywang2020@koko-login.hpc.fau.edu"
|
alias sshkoko="TERM=xterm-256color ssh ywang2020@koko-login.hpc.fau.edu"
|
||||||
alias wakemac="wakeonlan 18:C0:4D:8D:56:0E"
|
alias wakemac="wakeonlan 18:C0:4D:8D:56:0E"
|
||||||
alias ls="eza --icons=auto"
|
alias ls="eza --icons=auto"
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
# Autostart
|
# Autostart
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
|
|
||||||
# Setup XDG for screen sharing
|
# Setup XDG for screen sharing
|
||||||
exec-once = ../scripts/xdg.sh
|
exec-once = ../scripts/xdg.sh
|
||||||
|
|
||||||
@@ -31,6 +33,7 @@ exec-once = ~/dotfiles/hypr/scripts/init-wallpaper-engine.sh
|
|||||||
|
|
||||||
exec-once = pypr
|
exec-once = pypr
|
||||||
|
|
||||||
|
exec-once = gentoo-pipewire-launcher restart &
|
||||||
|
|
||||||
# Start autostart cleanup
|
# Start autostart cleanup
|
||||||
# exec-once = ~/dotfiles/hypr/scripts/cleanup.sh
|
# exec-once = ~/dotfiles/hypr/scripts/cleanup.sh
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ case $1 in
|
|||||||
# Select wallpaper with rofi
|
# Select wallpaper with rofi
|
||||||
"select")
|
"select")
|
||||||
sleep 0.2
|
sleep 0.2
|
||||||
selected=$( find "$wallpaper_folder" -type f \( -iname "*.jpg" -o -iname "*.jpeg" -o -iname "*.png" \) -exec basename {} \; | sort -R | while read rfile
|
selected=$( find -L "$wallpaper_folder" -type f \( -iname "*.jpg" -o -iname "*.jpeg" -o -iname "*.png" \) -exec basename {} \; | sort -R | while read rfile
|
||||||
do
|
do
|
||||||
echo -en "$rfile\x00icon\x1f$wallpaper_folder/${rfile}\n"
|
echo -en "$rfile\x00icon\x1f$wallpaper_folder/${rfile}\n"
|
||||||
done | rofi -dmenu -i -replace -config ~/dotfiles/rofi/config-wallpaper.rasi)
|
done | rofi -dmenu -i -replace -config ~/dotfiles/rofi/config-wallpaper.rasi)
|
||||||
|
|||||||
@@ -0,0 +1,15 @@
|
|||||||
|
[calendars]
|
||||||
|
|
||||||
|
[[FAU]]
|
||||||
|
path = /home/wyj/.local/share/khal/calendars/FAU
|
||||||
|
type = calendar
|
||||||
|
|
||||||
|
[locale]
|
||||||
|
timeformat = %H:%M
|
||||||
|
dateformat = %Y-%m-%d
|
||||||
|
longdateformat = %Y-%m-%d
|
||||||
|
datetimeformat = %Y-%m-%d %H:%M
|
||||||
|
longdatetimeformat = %Y-%m-%d %H:%M
|
||||||
|
|
||||||
|
[default]
|
||||||
|
default_calendar = FAU
|
||||||
@@ -1,9 +1,12 @@
|
|||||||
font_family Fira Code Nerd Font
|
font_family Fira Code Nerd Font
|
||||||
font_size 16.0
|
font_size 18.0
|
||||||
bold_font auto
|
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
|
||||||
|
|||||||
@@ -0,0 +1,75 @@
|
|||||||
|
# An example configuration for vdirsyncer.
|
||||||
|
#
|
||||||
|
# Move it to ~/.vdirsyncer/config or ~/.config/vdirsyncer/config and edit it.
|
||||||
|
# Run `vdirsyncer --help` for CLI usage.
|
||||||
|
#
|
||||||
|
# Optional parameters are commented out.
|
||||||
|
# This file doesn't document all available parameters, see
|
||||||
|
# http://vdirsyncer.pimutils.org/ for the rest of them.
|
||||||
|
|
||||||
|
[general]
|
||||||
|
# A folder where vdirsyncer can store some metadata about each pair.
|
||||||
|
status_path = "~/.vdirsyncer/status/"
|
||||||
|
|
||||||
|
# CARDDAV
|
||||||
|
#[pair bob_contacts]
|
||||||
|
# A `[pair <name>]` block defines two storages `a` and `b` that should be
|
||||||
|
# synchronized. The definition of these storages follows in `[storage <name>]`
|
||||||
|
# blocks. This is similar to accounts in OfflineIMAP.
|
||||||
|
#a = "bob_contacts_local"
|
||||||
|
#b = "bob_contacts_remote"
|
||||||
|
|
||||||
|
# Synchronize all collections that can be found.
|
||||||
|
# You need to run `vdirsyncer discover` if new calendars/addressbooks are added
|
||||||
|
# on the server.
|
||||||
|
|
||||||
|
#collections = ["from a", "from b"]
|
||||||
|
|
||||||
|
# Synchronize the "display name" property into a local file (~/.contacts/displayname).
|
||||||
|
#metadata = ["displayname"]
|
||||||
|
|
||||||
|
# To resolve a conflict the following values are possible:
|
||||||
|
# `null` - abort when collisions occur (default)
|
||||||
|
# `"a wins"` - assume a's items to be more up-to-date
|
||||||
|
# `"b wins"` - assume b's items to be more up-to-date
|
||||||
|
#conflict_resolution = null
|
||||||
|
|
||||||
|
#[storage bob_contacts_local]
|
||||||
|
# A storage references actual data on a remote server or on the local disk.
|
||||||
|
# Similar to repositories in OfflineIMAP.
|
||||||
|
#type = "filesystem"
|
||||||
|
#path = "~/.contacts/"
|
||||||
|
#fileext = ".vcf"
|
||||||
|
|
||||||
|
#[storage bob_contacts_remote]
|
||||||
|
#type = "carddav"
|
||||||
|
#url = "https://owncloud.example.com/remote.php/carddav/"
|
||||||
|
#username =
|
||||||
|
# The password can also be fetched from the system password storage, netrc or a
|
||||||
|
# custom command. See http://vdirsyncer.pimutils.org/en/stable/keyring.html
|
||||||
|
#password =
|
||||||
|
|
||||||
|
# CALDAV
|
||||||
|
#[pair bob_calendar]
|
||||||
|
#a = "bob_calendar_local"
|
||||||
|
#b = "bob_calendar_remote"
|
||||||
|
#collections = ["from a", "from b"]
|
||||||
|
|
||||||
|
# Calendars also have a color property
|
||||||
|
#metadata = ["displayname", "color"]
|
||||||
|
|
||||||
|
[pair khal_pair_1]
|
||||||
|
a = "khal_pair_1_local"
|
||||||
|
b = "khal_pair_1_remote"
|
||||||
|
collections = ["from a", "from b"]
|
||||||
|
|
||||||
|
[storage khal_pair_1_local]
|
||||||
|
type = "filesystem"
|
||||||
|
path = "/home/wyj/.local/share/khal/calendars"
|
||||||
|
fileext = ".ics"
|
||||||
|
|
||||||
|
[storage khal_pair_1_remote]
|
||||||
|
type = "caldav"
|
||||||
|
url = "http://radicale.phywyj.dynv6.net/wyj/FAU"
|
||||||
|
username = "wyj"
|
||||||
|
password = "9ZoNFEKoKt3vTl"
|
||||||
@@ -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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -241,7 +241,7 @@
|
|||||||
// },
|
// },
|
||||||
// Memory
|
// Memory
|
||||||
"memory": {
|
"memory": {
|
||||||
"format": " {used:0.1f}G",
|
"format": " {used:0.1f}G",
|
||||||
"tooltip-format": "{total:0.1f}G total\n{swapTotal:0.1f}G swap\n{used:0.1f}G used\n{avail:0.1f}G free\n{percentage}% used",
|
"tooltip-format": "{total:0.1f}G total\n{swapTotal:0.1f}G swap\n{used:0.1f}G used\n{avail:0.1f}G free\n{percentage}% used",
|
||||||
"on-click": "alacritty -e htop",
|
"on-click": "alacritty -e htop",
|
||||||
"interval": 10,
|
"interval": 10,
|
||||||
@@ -326,11 +326,11 @@
|
|||||||
"network": {
|
"network": {
|
||||||
"format": "{ifname}",
|
"format": "{ifname}",
|
||||||
"format-wifi": "{icon} {signalStrength}%",
|
"format-wifi": "{icon} {signalStrength}%",
|
||||||
"format-ethernet": " wired",
|
"format-ethernet": " wired",
|
||||||
"format-disconnected": "",
|
"format-disconnected": "",
|
||||||
"tooltip-format": " {ifname} via {gwaddri}",
|
"tooltip-format": " {ifname} via {gwaddri}",
|
||||||
"tooltip-format-wifi": " {ifname} @ {essid}\nIP: {ipaddr}\nStrength: {signalStrength}%\nFreq: {frequency}MHz\nUp: {bandwidthUpBits} Down: {bandwidthDownBits}",
|
"tooltip-format-wifi": " {ifname} @ {essid}\nIP: {ipaddr}\nStrength: {signalStrength}%\nFreq: {frequency}MHz\nUp: {bandwidthUpBits} Down: {bandwidthDownBits}",
|
||||||
"tooltip-format-ethernet": " {ifname}\nIP: {ipaddr}\n up: {bandwidthUpBits} down: {bandwidthDownBits}",
|
"tooltip-format-ethernet": " {ifname}\nIP: {ipaddr}\n up: {bandwidthUpBits} down: {bandwidthDownBits}",
|
||||||
"tooltip-format-disconnected": "Disconnected",
|
"tooltip-format-disconnected": "Disconnected",
|
||||||
"max-length": 50,
|
"max-length": 50,
|
||||||
"on-click": "~/dotfiles/.settings/networkmanager.sh",
|
"on-click": "~/dotfiles/.settings/networkmanager.sh",
|
||||||
@@ -411,13 +411,13 @@
|
|||||||
"format": "{icon} {volume}%",
|
"format": "{icon} {volume}%",
|
||||||
"format-bluetooth": "{icon} {format_source}",
|
"format-bluetooth": "{icon} {format_source}",
|
||||||
"format-bluetooth-muted": " {icon} {format_source}",
|
"format-bluetooth-muted": " {icon} {format_source}",
|
||||||
"format-muted": " {format_source}",
|
"format-muted": " {format_source}",
|
||||||
"format-source": "{volume}% ",
|
"format-source": "{volume}% ",
|
||||||
"format-source-muted": "",
|
"format-source-muted": "",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"headphone": "",
|
"headphone": "",
|
||||||
"hands-free": "",
|
"hands-free": "",
|
||||||
"headset": "",
|
"headset": "",
|
||||||
"phone": "",
|
"phone": "",
|
||||||
"portable": "",
|
"portable": "",
|
||||||
"car": "",
|
"car": "",
|
||||||
@@ -449,7 +449,7 @@
|
|||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"activated": "",
|
"activated": "",
|
||||||
"deactivated": ""
|
"deactivated": ""
|
||||||
},
|
},
|
||||||
"on-click-right": "hyprlock"
|
"on-click-right": "hyprlock"
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
* ----------------------------------------------------- */
|
* ----------------------------------------------------- */
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: "Fira Code Nerd Font", "FiraCode Nerd Font", "NotoSans Nerd Font", "Noto Sans CJK SC";
|
font-family: "Fira Code Nerd Font", "FiraCode Nerd Font", "Symbols Nerd Font", "NotoSans Nerd Font", "Noto Sans CJK SC";
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
|
|||||||
@@ -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 +1,10 @@
|
|||||||
gui-apps/rofi-wayland drun
|
gui-apps/rofi-wayland drun #test
|
||||||
|
# required by gui-apps/rofi-wayland-1.7.5-r1::guru
|
||||||
|
# required by @hyprland
|
||||||
|
# required by @selected
|
||||||
|
# required by @world (argument)
|
||||||
|
>=x11-libs/pango-1.52.1 X
|
||||||
|
#>=x11-libs/cairo-1.12.10 X
|
||||||
|
|
||||||
|
# for icon formats in rofi
|
||||||
|
x11-libs/gdk-pixbuf jpeg gif
|
||||||
|
|||||||
@@ -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,6 +1,8 @@
|
|||||||
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
|
||||||
x11-misc/xdg-user-dirs
|
x11-misc/xdg-user-dirs
|
||||||
|
|
||||||
x11-terms/alacritty
|
x11-terms/alacritty
|
||||||
@@ -8,6 +10,9 @@ x11-terms/kitty
|
|||||||
media-video/pipewire
|
media-video/pipewire
|
||||||
media-sound/pavucontrol
|
media-sound/pavucontrol
|
||||||
|
|
||||||
|
app-misc/khal
|
||||||
|
dev-python/vdirsyncer
|
||||||
|
|
||||||
x11-themes/vimix-xcursors
|
x11-themes/vimix-xcursors
|
||||||
#x11-themes/tela-icon-theme
|
#x11-themes/tela-icon-theme
|
||||||
x11-themes/papirus-icon-theme
|
x11-themes/papirus-icon-theme
|
||||||
@@ -18,6 +23,9 @@ x11-themes/gtk-engines-murrine
|
|||||||
dev-lang/sassc
|
dev-lang/sassc
|
||||||
|
|
||||||
x11-misc/pywal
|
x11-misc/pywal
|
||||||
|
gui-apps/hyprpaper
|
||||||
|
gui-apps/wl-clipboard
|
||||||
|
app-misc/cliphist
|
||||||
|
|
||||||
gui-apps/waybar
|
gui-apps/waybar
|
||||||
#gui-apps/aylurs-gtk-shell
|
#gui-apps/aylurs-gtk-shell
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
sys-kernel/linux-firmware
|
|
||||||
sys-kernel/gentoo-sources
|
sys-kernel/gentoo-sources
|
||||||
|
|||||||
Reference in New Issue
Block a user