Compare commits
25
Commits
main
..
26c49b7f3d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
26c49b7f3d | ||
|
|
845c758a3c | ||
|
|
63ba6e6244 | ||
|
|
8b3afabd46 | ||
|
|
836c212ddd | ||
|
|
86255e1f21 | ||
|
|
ea452dab8b | ||
|
|
c6c5dcd66d | ||
|
|
86ddc20730 | ||
|
|
8b271611f4 | ||
|
|
6c8270bbe5 | ||
|
|
eacb7b25d8 | ||
|
|
adbf8868e7 | ||
|
|
ef38dce0ee | ||
|
|
43c98180f3 | ||
|
|
f43ee2497c | ||
|
|
57dd9008ff | ||
|
|
f6621113f0 | ||
|
|
d78e3dec49 | ||
|
|
2de81a68f2 | ||
|
|
ce3cdacb53 | ||
|
|
12fe3a45fc | ||
|
|
fcaf0ef835 | ||
|
|
0d53d946ef | ||
|
|
e050367abc |
+1718
File diff suppressed because it is too large
Load Diff
@@ -6,3 +6,5 @@ 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
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 10
|
rounding = 10
|
||||||
|
#rounding_power = 4.0
|
||||||
blur {
|
blur {
|
||||||
enabled = true
|
enabled = true
|
||||||
size = 10
|
size = 10
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
source=monitors/hacmini.conf
|
source = ~/dotfiles/hypr/conf/monitors/office.conf
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
monitor=DP-1,preferred,0x0,1
|
||||||
|
monitor=DP-2,preferred,1920x0,1
|
||||||
|
monitor=DP-3,preferred,0x-1080,1
|
||||||
|
monitor=DP-4,preferred,1920x-1080,1
|
||||||
@@ -16,7 +16,6 @@ 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 = blur, waybar
|
||||||
layerrule = blurpopups, waybar
|
|
||||||
|
|
||||||
windowrule = float,title:^(Mathematica)$
|
windowrule = float,title:^(Mathematica)$
|
||||||
windowrule = opacity 0.8, ^(Code)$
|
windowrule = opacity 0.8, ^(Code)$
|
||||||
|
|||||||
@@ -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,12 +1,5 @@
|
|||||||
# Maple
|
font_family Fira Code Nerd Font
|
||||||
#font_family Maple Mono NF CN
|
font_size 18.0
|
||||||
# end Maple
|
|
||||||
# Fica Code
|
|
||||||
font_family FiraCode Nerd Font
|
|
||||||
font_features FiraCodeNF-Reg +cv01 +cv02 +cv06 +cv31 +zero +cv30
|
|
||||||
font_features FiraCodeNF-SemBd +cv01 +cv02 +cv06 +cv31 +zero +cv30
|
|
||||||
# end Fira Code
|
|
||||||
font_size 16.0
|
|
||||||
bold_font auto
|
bold_font auto
|
||||||
italic_font auto
|
italic_font auto
|
||||||
bold_italic_font auto
|
bold_italic_font auto
|
||||||
@@ -23,6 +16,8 @@ include ~/.cache/wal/colors-kitty.conf
|
|||||||
detect_urls yes
|
detect_urls yes
|
||||||
copy_on_select clipboard
|
copy_on_select clipboard
|
||||||
strip_trailing_spaces smart
|
strip_trailing_spaces smart
|
||||||
|
rectangle_select_modifiers ctrl+alt
|
||||||
|
terminal_select_modifiers shift
|
||||||
|
|
||||||
enable_audio_bell no
|
enable_audio_bell no
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
@@ -8,79 +8,118 @@
|
|||||||
// by Stephan Raabe (2023)
|
// by Stephan Raabe (2023)
|
||||||
// -----------------------------------------------------
|
// -----------------------------------------------------
|
||||||
//
|
//
|
||||||
[{
|
[
|
||||||
// General Settings
|
{
|
||||||
"layer": "top",
|
// General Settings
|
||||||
"output": ["eDP-1", "DP-1", "DP-2"],
|
"layer": "top",
|
||||||
"margin-top": 0,
|
"output": [
|
||||||
"margin-bottom": 0,
|
"DP-1",
|
||||||
"layer": "top",
|
"HDMI-A-2",
|
||||||
"margin-left": 0,
|
"DP-3"
|
||||||
"margin-right": 0,
|
],
|
||||||
"spacing": 0,
|
"margin-top": 0,
|
||||||
|
"margin-bottom": 0,
|
||||||
// Load Modules
|
"margin-left": 0,
|
||||||
"include": ["~/dotfiles/waybar/themes/meow-gentoo/modules.jsonc"],
|
"margin-right": 0,
|
||||||
|
"spacing": 0,
|
||||||
// Modules Left
|
// Load Modules
|
||||||
"modules-left": [
|
"include": [
|
||||||
"custom/appmenuicon",
|
"~/dotfiles/waybar/themes/meow-gentoo/modules.jsonc"
|
||||||
"hyprland/workspaces",
|
],
|
||||||
//"custom/appmenu",
|
// Modules Left
|
||||||
//"group/settings",
|
"modules-left": [
|
||||||
"wlr/taskbar",
|
"custom/appmenuicon",
|
||||||
//"group/quicklinks",
|
"hyprland/workspaces",
|
||||||
"hyprland/window",
|
//"custom/appmenu",
|
||||||
"custom/empty"
|
//"group/settings",
|
||||||
],
|
"wlr/taskbar",
|
||||||
|
//"group/quicklinks",
|
||||||
// Modules Center
|
"hyprland/window",
|
||||||
"modules-center": [
|
"custom/empty"
|
||||||
"clock"
|
],
|
||||||
],
|
// Modules Center
|
||||||
|
"modules-center": [
|
||||||
// Modules Right
|
"clock"
|
||||||
"modules-right": [
|
],
|
||||||
"group/hardware",
|
// Modules Right
|
||||||
"group/hardware2",
|
"modules-right": [
|
||||||
"battery",
|
"group/hardware",
|
||||||
"battery#charging",
|
"group/hardware2",
|
||||||
"tray",
|
"battery",
|
||||||
"group/power"
|
"battery#charging",
|
||||||
]
|
"tray",
|
||||||
}, {
|
"group/power"
|
||||||
// General Settings
|
]
|
||||||
"layer": "top",
|
},
|
||||||
"output": ["HDMI-A-1"],
|
{
|
||||||
"margin-top": 0,
|
// General Settings
|
||||||
"margin-bottom": 0,
|
"layer": "top",
|
||||||
"layer": "top",
|
"output": [
|
||||||
"margin-left": 0,
|
"HDMI-A-1",
|
||||||
"margin-right": 0,
|
"DP-4"
|
||||||
"spacing": 0,
|
],
|
||||||
"fixed-center": false,
|
"margin-top": 0,
|
||||||
|
"margin-bottom": 0,
|
||||||
// Load Modules
|
"margin-left": 0,
|
||||||
"include": ["~/dotfiles/waybar/themes/meow-gentoo/modules.jsonc"],
|
"margin-right": 0,
|
||||||
|
"spacing": 0,
|
||||||
// Modules Left
|
"fixed-center": false,
|
||||||
"modules-left": [
|
// Load Modules
|
||||||
"custom/appmenuicon",
|
"include": [
|
||||||
"hyprland/workspaces",
|
"~/dotfiles/waybar/themes/meow-gentoo/modules.jsonc"
|
||||||
"wlr/taskbar",
|
],
|
||||||
"hyprland/window",
|
// Modules Left
|
||||||
"custom/empty"
|
"modules-left": [
|
||||||
],
|
"custom/appmenuicon",
|
||||||
|
"hyprland/workspaces",
|
||||||
// Modules Center
|
"wlr/taskbar",
|
||||||
// "modules-center": [
|
"hyprland/window",
|
||||||
// "clock"
|
"custom/empty"
|
||||||
// ],
|
],
|
||||||
|
// Modules Center
|
||||||
// Modules Right
|
// "modules-center": [
|
||||||
"modules-right": [
|
// "clock"
|
||||||
"tray",
|
// ],
|
||||||
"custom/events"
|
// Modules Right
|
||||||
]
|
"modules-right": [
|
||||||
}]
|
"tray",
|
||||||
|
"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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|||||||
@@ -37,7 +37,8 @@
|
|||||||
"Alacritty",
|
"Alacritty",
|
||||||
"kitty-dropterm",
|
"kitty-dropterm",
|
||||||
"kitty",
|
"kitty",
|
||||||
"alacritty-dropterm"
|
"alacritty-dropterm",
|
||||||
|
"chrome-chatgpt.com__-Default"
|
||||||
],
|
],
|
||||||
"app_ids-mapping": {
|
"app_ids-mapping": {
|
||||||
"firefoxdeveloperedition": "firefox-developer-edition"
|
"firefoxdeveloperedition": "firefox-developer-edition"
|
||||||
@@ -57,7 +58,8 @@
|
|||||||
"(.*) Microsoft Teams": "$1",
|
"(.*) Microsoft Teams": "$1",
|
||||||
"(.*) - Google Chrome": "$1",
|
"(.*) - Google Chrome": "$1",
|
||||||
"(.*) - Visual Studio Code": "$1",
|
"(.*) - Visual Studio Code": "$1",
|
||||||
"(.*) _哔哩哔哩*": "$1"
|
"(.*) _哔哩哔哩*": "$1",
|
||||||
|
"imv - (.*)": "$1"
|
||||||
},
|
},
|
||||||
"separate-outputs": true
|
"separate-outputs": true
|
||||||
},
|
},
|
||||||
@@ -239,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,
|
||||||
@@ -324,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",
|
||||||
@@ -409,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": "",
|
||||||
@@ -447,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;
|
||||||
|
|||||||
+11
-11
@@ -3,30 +3,30 @@
|
|||||||
# Please consult /usr/share/portage/config/make.conf.example for a more
|
# Please consult /usr/share/portage/config/make.conf.example for a more
|
||||||
# detailed example.
|
# detailed example.
|
||||||
WARNING_FLAGS="-Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing"
|
WARNING_FLAGS="-Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing"
|
||||||
COMMON_FLAGS="-march=native -O2 -pipe -flto ${WARNING_FLAGS}"
|
COMMON_FLAGS="-march=haswell -mabm -maes --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=8192 -O2 -pipe"# -flto ${WARNING_FLAGS}"
|
||||||
CFLAGS="${COMMON_FLAGS}"
|
CFLAGS="${COMMON_FLAGS}"
|
||||||
CXXFLAGS="${COMMON_FLAGS}"
|
CXXFLAGS="${COMMON_FLAGS}"
|
||||||
FCFLAGS="${COMMON_FLAGS}"
|
FCFLAGS="${COMMON_FLAGS}"
|
||||||
FFLAGS="${COMMON_FLAGS}"
|
FFLAGS="${COMMON_FLAGS}"
|
||||||
|
|
||||||
|
#FEATURES = "distcc"
|
||||||
|
#MAKEOPTS = "-j32 -l8"
|
||||||
|
MAKEOPTS = "-j8"
|
||||||
|
PORTAGE_TMPDIR="/tmp"
|
||||||
|
AUTO_CLEAN="yes"
|
||||||
|
|
||||||
CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3"
|
CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3"
|
||||||
|
|
||||||
PORTAGE_TMPDIR="/tmp"
|
USE="wayland pipewire pulseaudio dbus lto pgo -X -initramfs"
|
||||||
|
L10N="zh-CN"
|
||||||
|
|
||||||
ACCEPT_LISENCE="@FREE"
|
ACCEPT_LICENSE="@FREE"
|
||||||
ACCEPT_KEYWORDS="amd64"
|
ACCEPT_KEYWORDS="amd64"
|
||||||
|
|
||||||
VIDEO_CARDS="intel"
|
VIDEO_CARDS="amdgpu radeonsi"
|
||||||
|
|
||||||
USE="wayland cjk pipewire pulseaudio zstd zsh-completion vulkan dbus lto -kde -gnome -initramfs"
|
|
||||||
L10N="zh-CN"
|
|
||||||
CAMERAS="canon"
|
|
||||||
# NOTE: This stage was built with the bindist Use flag enabled
|
# NOTE: This stage was built with the bindist Use flag enabled
|
||||||
|
|
||||||
#MAKEOPTS="-j1"
|
|
||||||
|
|
||||||
# This sets the language of build output to English.
|
# This sets the language of build output to English.
|
||||||
# Please keep this setting intact when reporting bugs.
|
# Please keep this setting intact when reporting bugs.
|
||||||
LC_MESSAGES=C.utf8
|
LC_MESSAGES=C.utf8
|
||||||
|
|
||||||
RUBY_SINGLE_TARGET="ruby32"
|
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
app-i18n/fcitx-configtool ~amd64
|
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
|
gui-apps/hyprlock ~amd64
|
||||||
|
gui-apps/hypridle ~amd64
|
||||||
|
|
||||||
# xdg-desktop-portal-hyprland
|
# xdg-desktop-portal-hyprland
|
||||||
gui-libs/xdg-desktop-portal-hyprland ~amd64
|
gui-libs/xdg-desktop-portal-hyprland ~amd64
|
||||||
dev-cpp/sdbus-c++ ~amd64
|
dev-cpp/sdbus-c++ ~amd64
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
app-shells/zoxide ~amd64
|
app-shells/zoxide ~amd64
|
||||||
dev-vcs/lazygit ~amd64
|
dev-vcs/lazygit ~amd64
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
x11-misc/pywal ~amd64
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
net-im/tencent-qq ~amd64
|
|
||||||
media-libs/openslide ~amd64
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
sci-mathematics/sage-conf ~amd64
|
|
||||||
sci-mathematics/sage-doc ~amd64
|
|
||||||
sci-mathematics/sage_docbuild ~amd64
|
|
||||||
sci-mathematics/sage_setup ~amd64
|
|
||||||
sci-mathematics/sagemath-standard ~amd64
|
|
||||||
dev-python/jupyter-jsmol ~amd64
|
|
||||||
media-gfx/threejs-sage-extension ~amd64
|
|
||||||
dev-python/cvxopt ~amd64
|
|
||||||
dev-python/rpy ~amd64
|
|
||||||
media-gfx/tachyon ~amd64
|
|
||||||
sci-mathematics/cu2 ~amd64
|
|
||||||
sci-mathematics/cubex ~amd64
|
|
||||||
sci-mathematics/dikcube ~amd64
|
|
||||||
sci-mathematics/ExportSageNB ~amd64
|
|
||||||
sci-mathematics/mcube ~amd64
|
|
||||||
sci-mathematics/optimal ~amd64
|
|
||||||
sci-mathematics/sage-data-combinatorial_designs ~amd64
|
|
||||||
sci-mathematics/sage-data-elliptic_curves ~amd64
|
|
||||||
sci-mathematics/sage-data-graphs ~amd64
|
|
||||||
sci-mathematics/sage-data-polytopes_db ~amd64
|
|
||||||
sci-chemistry/sage-jmol-bin ~amd64
|
|
||||||
sci-libs/dsdp ~amd64
|
|
||||||
dev-python/jupyter-sphinx ~amd64
|
|
||||||
dev-python/sphinx-copybutton ~amd64
|
|
||||||
dev-python/sphinx-inline-tabs ~amd64
|
|
||||||
dev-tex/sagetex ~amd64
|
|
||||||
|
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
app-backup/timeshift-autosnap ~amd64
|
||||||
|
app-backup/timeshift ~amd64
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
sys-process/nvtop ~amd64
|
|
||||||
app-admin/s-tui ~amd64
|
|
||||||
sys-apps/lsplug ~amd64
|
|
||||||
|
|
||||||
app-backup/timeshift ~amd64
|
|
||||||
app-backup/timeshift-autosnap ~amd64
|
|
||||||
|
|
||||||
net-dns/dnslookup ~amd64
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
net-im/wechat-universal-bwrap ~amd64
|
|
||||||
x11-misc/flatpak-xdg-utils ~amd64
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
app-misc/yazi ~amd64
|
|
||||||
@@ -1,4 +1,2 @@
|
|||||||
gui-apps/rofi-wayland nolto.conf
|
gui-apps/rofi-wayland nolto.conf
|
||||||
sys-apps/mission-center nolto.conf
|
gui-libs/aquamarine nolto.conf
|
||||||
app-backup/timeshift nolto.conf
|
|
||||||
dev-python/cypari2 nolto.conf
|
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
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
|
||||||
www-client/google-chrome google-chrome
|
www-client/google-chrome google-chrome
|
||||||
app-editors/vscode Microsoft-vscode
|
app-editors/vscode Microsoft-vscode
|
||||||
@@ -6,3 +8,11 @@ net-im/tencent-qq Tencent
|
|||||||
net-im/wechat-universal-bwrap all-rights-reserved
|
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-misc/anydesk AnyDesk-TOS
|
||||||
|
|
||||||
|
games-util/steam-launcher ValveSteamLicense
|
||||||
|
|
||||||
|
app-benchmarks/geekbench geekbench
|
||||||
|
|
||||||
|
app-arch/unrar unRAR
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
# required by media-libs/mesa-24.0.9::gentoo[video_cards_radeonsi]
|
||||||
|
# required by x11-terms/alacritty-0.12.3::gentoo
|
||||||
|
# required by @hyprland (argument)
|
||||||
|
>=x11-libs/libdrm-2.4.120 video_cards_amdgpu
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
# required by app-portage/pfl-3.5.2::gentoo[network-cron]
|
|
||||||
# required by @base
|
|
||||||
# required by @selected
|
|
||||||
# required by @world (argument)
|
|
||||||
>=sys-apps/util-linux-2.39.4-r1 caps
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
# required by x11-misc/xdg-utils-1.2.1-r1::gentoo
|
|
||||||
# required by www-client/google-chrome-126.0.6478.126::gentoo
|
|
||||||
# required by @hyprland
|
|
||||||
# required by @selected
|
|
||||||
# required by @world (argument)
|
|
||||||
>=app-text/xmlto-0.0.28-r11 text
|
|
||||||
|
|
||||||
www-client/w3m imlib
|
|
||||||
@@ -0,0 +1,19 @@
|
|||||||
|
# required by www-client/chromium-126.0.6478.57::gentoo
|
||||||
|
# required by chromium (argument)
|
||||||
|
>=dev-libs/libxml2-2.12.6 icu
|
||||||
|
# required by www-client/chromium-126.0.6478.57::gentoo[system-harfbuzz]
|
||||||
|
# required by chromium (argument)
|
||||||
|
>=media-libs/harfbuzz-8.4.0 icu
|
||||||
|
# required by www-client/chromium-126.0.6478.57::gentoo
|
||||||
|
# required by chromium (argument)
|
||||||
|
>=sys-libs/zlib-1.3.1-r1 minizip
|
||||||
|
# required by www-client/chromium-126.0.6478.57::gentoo
|
||||||
|
# required by chromium (argument)
|
||||||
|
>=net-libs/nodejs-20.12.1 inspector
|
||||||
|
# required by www-client/chromium-126.0.6478.57::gentoo[system-toolchain]
|
||||||
|
# required by chromium (argument)
|
||||||
|
>=virtual/rust-1.77.1 profiler
|
||||||
|
# required by virtual/rust-1.77.1::gentoo
|
||||||
|
# required by www-client/chromium-126.0.6478.57::gentoo[system-toolchain]
|
||||||
|
# required by chromium (argument)
|
||||||
|
>=dev-lang/rust-bin-1.77.1 profiler
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
app-admin/doas persist
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
# required by app-i18n/fcitx-configtool-5.1.6-r2::gentoo
|
||||||
|
# required by @fcitx (argument)
|
||||||
|
>=app-i18n/fcitx-qt-5.1.5-r2 qt6 X
|
||||||
|
|
||||||
|
# required by dev-qt/qtwayland-6.7.2-r3::gentoo
|
||||||
|
# required by app-i18n/fcitx-qt-5.1.5-r2::gentoo[qt6,wayland]
|
||||||
|
# required by app-i18n/fcitx-chinese-addons-5.1.6::gentoo[gui,qt5]
|
||||||
|
# required by @fcitx (argument)
|
||||||
|
>=dev-qt/qtbase-6.7.2-r5 opengl
|
||||||
|
dev-qt/qttools opengl
|
||||||
|
|
||||||
|
# required by dev-qt/qtwayland-5.15.14::gentoo
|
||||||
|
# required by app-i18n/fcitx-qt-5.1.5-r2::gentoo[qt5,wayland]
|
||||||
|
# required by app-i18n/fcitx-chinese-addons-5.1.6::gentoo[gui,qt5]
|
||||||
|
# required by @fcitx (argument)
|
||||||
|
>=dev-qt/qtgui-5.15.14 egl
|
||||||
|
|
||||||
|
# required by app-i18n/fcitx-chinese-addons-5.1.7::gentoo[gui,qt5]
|
||||||
|
# required by @fcitx
|
||||||
|
# required by @selected
|
||||||
|
# required by @world (argument)
|
||||||
|
>=app-i18n/fcitx-qt-5.1.8 qt5
|
||||||
@@ -1 +0,0 @@
|
|||||||
media-video/ffmpeg x264 x265 -gnutls openssl mp3
|
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
# required by www-client/firefox-115.13.0::gentoo[system-libvpx]
|
||||||
|
# required by @hyprland
|
||||||
|
# required by @selected
|
||||||
|
# required by @world (argument)
|
||||||
|
>=media-libs/libvpx-1.13.1-r1 postproc
|
||||||
|
|
||||||
|
# required by www-client/firefox-115.13.0::gentoo[-X,pgo]
|
||||||
|
# required by @hyprland
|
||||||
|
# required by @selected
|
||||||
|
# required by @world (argument)
|
||||||
|
=gui-libs/wlroots-0.17.2-r1 tinywl
|
||||||
|
|
||||||
|
www-client/firefox openh264
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
sys-apps/fwupd amdgpu flashrom nvme uefi gnutls
|
||||||
|
|
||||||
|
sys-firmware/intel-microcode hostonly
|
||||||
@@ -1 +0,0 @@
|
|||||||
media-fonts/noto-cjk X
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
#media-libs/freeimage raw
|
|
||||||
@@ -1 +1 @@
|
|||||||
sys-devel/gcc openmp lto pie pgo
|
sys-devel/gcc openmp pie lto pgo
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
media-libs/libgphoto2 exif jpeg
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
sci-libs/gsl cblas-external
|
|
||||||
@@ -1,18 +1,42 @@
|
|||||||
gui-wm/hyprland X
|
gui-wm/hyprland X
|
||||||
# required by media-libs/mesa-24.0.7::gentoo
|
# required by x11-base/xwayland-24.1.2::gentoo
|
||||||
# required by @hyprland (argument)
|
# required by gui-wm/hyprland-0.42.0-r1::gentoo[X]
|
||||||
>=media-libs/libglvnd-1.7.0 X
|
|
||||||
|
|
||||||
# required by x11-terms/kitty-0.34.1::gentoo
|
|
||||||
# required by @hyprland
|
# required by @hyprland
|
||||||
>=x11-libs/libxkbcommon-1.7.0 X
|
# required by @selected
|
||||||
|
# required by @world (argument)
|
||||||
|
>=media-libs/libepoxy-1.5.10-r3 X
|
||||||
|
|
||||||
# required by dev-qt/qtwayland-5.15.14::gentoo
|
# required by kde-frameworks/qqc2-desktop-style-6.10.0::gentoo
|
||||||
# required by gui-libs/xdg-desktop-portal-hyprland-1.3.1-r1::guru[-qt6]
|
# required by gui-libs/hyprland-qtutils-0.1.1::gentoo
|
||||||
# required by @hyprland (argument)
|
# required by gui-wm/hyprland-0.46.2-r1::gentoo[qtutils]
|
||||||
>=dev-qt/qtgui-5.15.14 egl
|
# required by @hyprland
|
||||||
|
# required by @selected
|
||||||
|
# required by @world (argument)
|
||||||
|
>=kde-frameworks/sonnet-6.10.0 qml
|
||||||
|
# required by kde-frameworks/kirigami-6.10.0::gentoo
|
||||||
|
# required by kde-frameworks/qqc2-desktop-style-6.10.0::gentoo
|
||||||
|
# required by gui-libs/hyprland-qtutils-0.1.1::gentoo
|
||||||
|
# required by gui-wm/hyprland-0.46.2-r1::gentoo[qtutils]
|
||||||
|
# required by @hyprland
|
||||||
|
# required by @selected
|
||||||
|
# required by @world (argument)
|
||||||
|
>=dev-qt/qt5compat-6.8.2 qml
|
||||||
|
|
||||||
x11-misc/xdg-user-dirs gtk
|
sys-auth/seatd builtin server
|
||||||
|
|
||||||
|
media-sound/pavucontrol X
|
||||||
|
|
||||||
|
# required by media-sound/pavucontrol-5.0-r3::gentoo[X]
|
||||||
|
# required by @hyprland
|
||||||
|
# required by @selected
|
||||||
|
# required by @world (argument)
|
||||||
|
>=dev-cpp/gtkmm-3.24.9:3.0 X
|
||||||
|
# required by dev-cpp/gtkmm-3.24.9::gentoo
|
||||||
|
# required by media-sound/pavucontrol-5.0-r3::gentoo[X]
|
||||||
|
# required by @hyprland
|
||||||
|
# required by @selected
|
||||||
|
# required by @world (argument)
|
||||||
|
>=x11-libs/gtk+-3.24.41-r1 X
|
||||||
|
|
||||||
# required by gui-apps/aylurs-gtk-shell-1.8.2-r1::guru
|
# required by gui-apps/aylurs-gtk-shell-1.8.2-r1::guru
|
||||||
# required by @hyprland
|
# required by @hyprland
|
||||||
@@ -20,26 +44,56 @@ x11-misc/xdg-user-dirs gtk
|
|||||||
# required by @world (argument)
|
# required by @world (argument)
|
||||||
>=gui-libs/gtk-layer-shell-0.8.2 introspection
|
>=gui-libs/gtk-layer-shell-0.8.2 introspection
|
||||||
|
|
||||||
# required by x11-misc/pywal-3.3.0::guru
|
# required by dev-lang/typescript-5.5.3::gentoo
|
||||||
|
# required by gui-apps/aylurs-gtk-shell-1.8.2-r1::guru
|
||||||
# required by @hyprland
|
# required by @hyprland
|
||||||
# required by @selected
|
# required by @selected
|
||||||
# required by @world (argument)
|
# required by @world (argument)
|
||||||
>=media-gfx/imagemagick-7.1.1.25 jpeg
|
>=net-libs/nodejs-22.4.1-r1 npm
|
||||||
|
# required by dev-libs/gjs-1.78.5::gentoo[cairo]
|
||||||
|
# required by gui-apps/aylurs-gtk-shell-1.8.2-r1::guru
|
||||||
|
# required by @hyprland
|
||||||
|
# required by @selected
|
||||||
|
# required by @world (argument)
|
||||||
|
#>=x11-libs/cairo-1.18.0 X
|
||||||
|
|
||||||
|
# required by media-libs/mesa-24.1.6::gentoo[-video_cards_r600,-video_cards_r300,-video_cards_radeon,video_cards_radeonsi]
|
||||||
|
# required by gui-wm/hyprland-0.41.1::gentoo
|
||||||
|
# required by @hyprland
|
||||||
|
# required by @selected
|
||||||
|
# required by @world (argument)
|
||||||
|
>=x11-libs/libdrm-2.4.122 video_cards_radeon
|
||||||
|
# required by dev-cpp/cairomm-1.14.4::gentoo
|
||||||
|
# required by dev-cpp/pangomm-2.46.3::gentoo
|
||||||
|
# required by dev-cpp/gtkmm-3.24.9::gentoo
|
||||||
|
# required by gui-apps/waybar-0.10.3::gentoo
|
||||||
|
# required by @hyprland
|
||||||
|
# required by @selected
|
||||||
|
# required by @world (argument)
|
||||||
|
#>=x11-libs/cairo-1.18.0 -X
|
||||||
|
dev-cpp/cairomm X
|
||||||
|
# required by x11-libs/pango-1.52.2::gentoo
|
||||||
|
# required by app-editors/vscode-1.94.2::gentoo
|
||||||
|
# required by @hyprland
|
||||||
|
# required by @selected
|
||||||
|
# required by @world (argument)
|
||||||
|
>=x11-libs/cairo-1.18.2-r1 X
|
||||||
|
# required by gui-apps/rofi-wayland-1.7.5_p3::guru
|
||||||
|
# required by @hyprland
|
||||||
|
# required by @selected
|
||||||
|
# required by @world (argument)
|
||||||
|
>=x11-libs/pango-1.52.2 X
|
||||||
|
# required by x11-misc/xdg-utils-1.2.1-r6::gentoo
|
||||||
|
# required by app-editors/vscode-1.94.2::gentoo
|
||||||
|
# required by @hyprland
|
||||||
|
# required by @selected
|
||||||
|
# required by @world (argument)
|
||||||
|
>=app-text/xmlto-0.0.28-r11 text
|
||||||
# required by gnome-base/gnome-keyring-42.1-r2::gentoo
|
# required by gnome-base/gnome-keyring-42.1-r2::gentoo
|
||||||
# required by virtual/secret-service-0::gentoo
|
# required by virtual/secret-service-0::gentoo
|
||||||
# required by app-crypt/libsecret-0.21.1::gentoo
|
# required by app-crypt/libsecret-0.21.1::gentoo
|
||||||
|
# required by app-editors/vscode-1.94.2::gentoo
|
||||||
|
# required by @hyprland
|
||||||
|
# required by @selected
|
||||||
|
# required by @world (argument)
|
||||||
>=app-crypt/gcr-3.41.1-r2:0 gtk
|
>=app-crypt/gcr-3.41.1-r2:0 gtk
|
||||||
|
|
||||||
www-client/uget -gnutls openssl
|
|
||||||
|
|
||||||
# required by media-video/mpv-0.38.0-r1::gentoo
|
|
||||||
# required by @hyprland
|
|
||||||
# required by @selected
|
|
||||||
# required by @world (argument)
|
|
||||||
>=media-video/ffmpeg-6.1.1-r8 vaapi
|
|
||||||
# required by app-office/libreoffice-24.2.4.2-r1::gentoo
|
|
||||||
# required by @hyprland
|
|
||||||
# required by @selected
|
|
||||||
# required by @world (argument)
|
|
||||||
>=dev-libs/xmlsec-1.3.3-r1 nss
|
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
media-gfx/imv wayland jpeg gif png svg tiff
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
sys-kernel/linux-firmware savedconfig
|
||||||
@@ -1 +0,0 @@
|
|||||||
sys-kernel/linux-firmware -initramfs
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
sci-mathematics/mathematica doc
|
|
||||||
# required by sci-mathematics/mathematica-14.0.0::gentoo
|
|
||||||
# required by @dev (argument)
|
|
||||||
>=dev-qt/qtbase-6.7.2-r4 eglfs opengl
|
|
||||||
# required by sci-mathematics/mathematica-14.0.0::gentoo
|
|
||||||
# required by @dev (argument)
|
|
||||||
>=dev-qt/qtwayland-6.7.2-r3 compositor
|
|
||||||
|
|
||||||
dev-qt/qttools -assistant -widgets
|
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
media-libs/mesa X
|
||||||
|
# required by media-libs/mesa-24.1.7::gentoo
|
||||||
|
# required by gui-libs/aquamarine-0.3.1::gentoo
|
||||||
|
# required by gui-wm/hyprland-0.42.0-r1::gentoo
|
||||||
|
# required by @hyprland
|
||||||
|
# required by @selected
|
||||||
|
# required by @world (argument)
|
||||||
|
>=media-libs/libglvnd-1.7.0 X
|
||||||
@@ -1 +0,0 @@
|
|||||||
media-video/mpv -X wayland blueray dvd vaapi
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
gnome-base/nautilus -*
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
net-libs/nodejs -npm
|
||||||
@@ -1 +1 @@
|
|||||||
media-fonts/nerd-fonts X firacode codenewroman noto
|
media-fonts/nerd-fonts X codenewroman firacode jetbrains
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
# required by media-video/obs-studio-30.2.3::gentoo
|
|
||||||
# required by @hyprland
|
|
||||||
# required by @selected
|
|
||||||
# required by @world (argument)
|
|
||||||
>=media-video/ffmpeg-6.1.1-r8 opus x264
|
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
media-video/pipewire sound-server extra pipewire-alsa dbus
|
media-video/pipewire sound-server pipewire-alsa
|
||||||
media-sound/pavucontrol X
|
|
||||||
>=media-libs/libcanberra-0.16 alsa
|
media-video/wireplumber elogind
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
# required by x11-misc/pywal-3.3.0::guru
|
||||||
|
# required by @hyprland (argument)
|
||||||
|
>=media-gfx/imagemagick-7.1.1.25 jpeg
|
||||||
@@ -1 +0,0 @@
|
|||||||
net-im/tencent-qq -bwrap
|
|
||||||
+10
-1
@@ -1 +1,10 @@
|
|||||||
dev-qt/qtwidgets gtk
|
dev-qt/qtbase X opengl
|
||||||
|
dev-qt/qttools opengl
|
||||||
|
dev-qt/qtdeclarative opengl
|
||||||
|
|
||||||
|
# required by dev-qt/qtbase-6.7.2-r5::gentoo[gui]
|
||||||
|
# required by app-i18n/fcitx-configtool-5.1.6-r2::gentoo
|
||||||
|
# required by @fcitx
|
||||||
|
# required by @selected
|
||||||
|
# required by @world (argument)
|
||||||
|
>=x11-libs/libxkbcommon-1.7.0-r1 X
|
||||||
|
|||||||
@@ -5,3 +5,6 @@ gui-apps/rofi-wayland drun #test
|
|||||||
# required by @world (argument)
|
# required by @world (argument)
|
||||||
>=x11-libs/pango-1.52.1 X
|
>=x11-libs/pango-1.52.1 X
|
||||||
#>=x11-libs/cairo-1.12.10 X
|
#>=x11-libs/cairo-1.12.10 X
|
||||||
|
|
||||||
|
# for icon formats in rofi
|
||||||
|
x11-libs/gdk-pixbuf jpeg gif
|
||||||
|
|||||||
@@ -1,48 +0,0 @@
|
|||||||
# required by sci-mathematics/sagemath-standard-10.4-r2::sage-on-gentoo
|
|
||||||
# required by @sagemath (argument)
|
|
||||||
>=dev-python/ipython-8.26.0 notebook
|
|
||||||
# required by sci-mathematics/sagemath-standard-10.4-r2::sage-on-gentoo
|
|
||||||
# required by @sagemath (argument)
|
|
||||||
>=dev-python/pplpy-0.8.10 doc
|
|
||||||
# required by sci-mathematics/sagemath-standard-10.4-r2::sage-on-gentoo
|
|
||||||
# required by @sagemath (argument)
|
|
||||||
>=sci-mathematics/eclib-20231212 flint
|
|
||||||
# required by sci-mathematics/sagemath-standard-10.4-r2::sage-on-gentoo
|
|
||||||
# required by @sagemath (argument)
|
|
||||||
>=sci-mathematics/flint-3.1.3_p1 ntl
|
|
||||||
# required by sci-mathematics/sagemath-standard-10.4-r2::sage-on-gentoo
|
|
||||||
# required by @sagemath (argument)
|
|
||||||
>=sci-mathematics/glpk-5.0-r1 gmp
|
|
||||||
# required by sci-mathematics/sagemath-standard-10.4-r2::sage-on-gentoo
|
|
||||||
# required by @sagemath (argument)
|
|
||||||
>=sci-mathematics/gmp-ecm-7.0.5-r1 -openmp
|
|
||||||
# required by sci-mathematics/sagemath-standard-10.4-r2::sage-on-gentoo
|
|
||||||
# required by @sagemath (argument)
|
|
||||||
>=media-gfx/tachyon-0.99_beta6-r2 png
|
|
||||||
# required by sci-mathematics/sagemath-standard-10.4-r2::sage-on-gentoo
|
|
||||||
# required by @sagemath (argument)
|
|
||||||
>=sci-libs/cddlib-094m-r1 tools
|
|
||||||
# required by sci-mathematics/sagemath-standard-10.4-r2::sage-on-gentoo
|
|
||||||
# required by @sagemath (argument)
|
|
||||||
>=sci-mathematics/maxima-5.46.0-r1 ecl
|
|
||||||
# required by dev-python/cypari2-2.1.4-r1::gentoo
|
|
||||||
# required by sci-mathematics/sagemath-standard-10.4-r2::sage-on-gentoo
|
|
||||||
# required by @sagemath (argument)
|
|
||||||
>=sci-mathematics/pari-2.15.5 threads doc gmp
|
|
||||||
# required by dev-python/matplotlib-3.9.2::gentoo[-test]
|
|
||||||
# required by sci-mathematics/sagemath-standard-10.4-r2::sage-on-gentoo
|
|
||||||
# required by @sagemath (argument)
|
|
||||||
>=dev-python/pillow-10.4.0 webp
|
|
||||||
# required by dev-python/matplotlib-3.9.2::gentoo[-test]
|
|
||||||
# required by sci-mathematics/sagemath-standard-10.4-r2::sage-on-gentoo
|
|
||||||
# required by sci-mathematics/sage-doc-10.4::sage-on-gentoo
|
|
||||||
# required by @sagemath (argument)
|
|
||||||
>=virtual/imagemagick-tools-1 tiff jpeg
|
|
||||||
# required by virtual/imagemagick-tools-1::gentoo[-svg]
|
|
||||||
# required by dev-python/matplotlib-3.9.2::gentoo[-test]
|
|
||||||
# required by sci-mathematics/sagemath-standard-10.4-r2::sage-on-gentoo
|
|
||||||
# required by sci-mathematics/sage-doc-10.4::sage-on-gentoo
|
|
||||||
# required by @sagemath (argument)
|
|
||||||
>=media-gfx/imagemagick-7.1.1.25 tiff
|
|
||||||
|
|
||||||
sci-mathematics/sagemath-standard latex
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
app-admin/sudo -sendmail
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
# required by net-im/telegram-desktop-5.0.4::gentoo
|
|
||||||
# required by @hyprland
|
|
||||||
# required by @selected
|
|
||||||
# required by @world (argument)
|
|
||||||
>=media-video/ffmpeg-6.1.1-r8 vpx
|
|
||||||
# required by net-im/telegram-desktop-5.0.4::gentoo
|
|
||||||
# required by @hyprland
|
|
||||||
# required by @selected
|
|
||||||
# required by @world (argument)
|
|
||||||
>=sys-libs/zlib-1.3.1-r1 minizip
|
|
||||||
# required by net-im/telegram-desktop-5.0.4::gentoo[-qt6]
|
|
||||||
# required by @hyprland
|
|
||||||
# required by @selected
|
|
||||||
# required by @world (argument)
|
|
||||||
>=dev-qt/qtgui-5.15.14 jpeg
|
|
||||||
# required by kde-frameworks/kcoreaddons-5.116.0::gentoo
|
|
||||||
# required by net-im/telegram-desktop-5.0.4::gentoo[-qt6]
|
|
||||||
# required by @hyprland
|
|
||||||
# required by @selected
|
|
||||||
# required by @world (argument)
|
|
||||||
>=dev-qt/qtcore-5.15.14 icu
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
media-sound/termusic symphonia -mpv
|
|
||||||
@@ -1,17 +1,8 @@
|
|||||||
# required by app-text/texlive-core-2023-r10::gentoo
|
|
||||||
# required by virtual/tex-base-0::gentoo
|
|
||||||
# required by app-text/lcdf-typetools-2.110::gentoo[kpathsea]
|
|
||||||
# required by app-text/texlive-2023::gentoo
|
|
||||||
# required by @dev
|
|
||||||
# required by @selected
|
|
||||||
# required by @world (argument)
|
|
||||||
>=media-libs/harfbuzz-8.5.0 icu
|
|
||||||
|
|
||||||
app-text/texlive cjk extra graphics png truetype xetex science
|
app-text/texlive cjk extra graphics png truetype xetex science
|
||||||
|
|
||||||
# required by dev-texlive/texlive-xetex-2023_p69452-r1::gentoo
|
# required by dev-texlive/texlive-langcjk-2023_p65824::gentoo
|
||||||
# required by app-text/texlive-2023::gentoo[xetex]
|
# required by app-text/texlive-2023::gentoo[cjk]
|
||||||
# required by @dev
|
# required by @dev
|
||||||
# required by @selected
|
# required by @selected
|
||||||
# required by @world (argument)
|
# required by @world (argument)
|
||||||
>=app-text/texlive-core-2023-r10 xetex
|
>=app-text/texlive-core-2023-r10 cjk xetex
|
||||||
|
|||||||
@@ -1,14 +0,0 @@
|
|||||||
xfce-base/thunar -trash-panel-plugin exif
|
|
||||||
xfce-base/tumbler ffmpeg pdf jpeg raw epub
|
|
||||||
media-video/ffmpegthumbnailer jpeg png
|
|
||||||
gnome-base/gvfs nfs gphoto2 ios samba keyring
|
|
||||||
|
|
||||||
# required by xfce-base/tumbler-4.18.2::gentoo[pdf]
|
|
||||||
# required by @hyprland (argument)
|
|
||||||
>=app-text/poppler-24.06.1 cairo
|
|
||||||
# required by xfce-base/tumbler-4.18.2::gentoo[raw]
|
|
||||||
# required by @hyprland (argument)
|
|
||||||
>=media-libs/libopenraw-0.3.6 gtk
|
|
||||||
# required by gnome-base/gvfs-1.52.2::gentoo[samba]
|
|
||||||
# required by @hyprland (argument)
|
|
||||||
>=net-fs/samba-4.19.6 client
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
media-video/guvcview gsl
|
|
||||||
@@ -1,22 +1,5 @@
|
|||||||
# required by x11-libs/gtk+-3.24.41::gentoo
|
gui-apps/waybar -libinput logind pipewire pulseaudio -udev -evdev -experimental -jack -mpd -mpris network -sndio -systemd -test tray -upower -wifi
|
||||||
# required by dev-cpp/gtkmm-3.24.9::gentoo
|
|
||||||
# required by gui-apps/waybar-0.10.0::gentoo
|
|
||||||
# required by @hyprland
|
|
||||||
# required by @selected
|
|
||||||
# required by @world (argument)
|
|
||||||
>=x11-libs/cairo-1.18.0 X
|
|
||||||
# required by dev-cpp/gtkmm-3.24.9::gentoo
|
|
||||||
# required by gui-apps/waybar-0.10.0::gentoo
|
|
||||||
# required by @hyprland
|
|
||||||
# required by @selected
|
|
||||||
# required by @world (argument)
|
|
||||||
#>=x11-libs/gtk+-3.24.41 -X
|
|
||||||
dev-cpp/cairomm X
|
|
||||||
dev-cpp/gtkmm X
|
|
||||||
|
|
||||||
# required by dev-libs/libayatana-appindicator-0.5.92::gentoo
|
|
||||||
# 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)
|
||||||
>=dev-libs/libdbusmenu-16.04.0-r2 gtk3
|
>=dev-libs/libdbusmenu-16.04.0-r2 gtk3
|
||||||
|
|
||||||
gui-apps/waybar network tray
|
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
media-libs/libsdl2 wayland gles2
|
|
||||||
|
|
||||||
# required by app-emulation/wine-vanilla-9.0::gentoo[vulkan]
|
|
||||||
# required by @hyprland
|
|
||||||
# required by @selected
|
|
||||||
# required by @world (argument)
|
|
||||||
>=media-libs/vulkan-loader-1.3.283.0 X
|
|
||||||
|
|
||||||
app-emulation/winetricks gtk
|
|
||||||
+10
-12
@@ -1,23 +1,21 @@
|
|||||||
app-editors/vim
|
app-editors/vim
|
||||||
|
sys-fs/btrfs-progs
|
||||||
app-admin/sudo
|
app-admin/sysklogd
|
||||||
|
sys-process/cronie
|
||||||
app-shells/zsh
|
app-shells/zsh
|
||||||
app-shells/zsh-completions
|
app-shells/zsh-completions
|
||||||
app-shells/gentoo-zsh-completions
|
app-shells/gentoo-zsh-completions
|
||||||
app-shells/bash-completion
|
app-shells/bash-completion
|
||||||
|
net-misc/chrony
|
||||||
|
app-admin/doas
|
||||||
|
app-portage/gentoolkit
|
||||||
|
|
||||||
sys-fs/e2fsprogs
|
#app-backup/timeshift-autosnap
|
||||||
sys-fs/btrfs-progs
|
app-backup/snapper
|
||||||
net-fs/nfs-utils
|
|
||||||
|
|
||||||
media-fonts/terminus-font
|
media-fonts/terminus-font
|
||||||
|
app-eselect/eselect-repository
|
||||||
|
media-fonts/nerd-fonts
|
||||||
media-fonts/noto
|
media-fonts/noto
|
||||||
media-fonts/noto-emoji
|
media-fonts/noto-emoji
|
||||||
media-fonts/noto-cjk
|
media-fonts/noto-cjk
|
||||||
media-fonts/fontawesome
|
|
||||||
|
|
||||||
app-eselect/eselect-repository
|
|
||||||
app-portage/gentoolkit
|
|
||||||
app-portage/portage-utils
|
|
||||||
app-portage/pfl
|
|
||||||
|
|||||||
+9
-4
@@ -1,14 +1,19 @@
|
|||||||
|
sys-devel/distcc
|
||||||
dev-vcs/git
|
dev-vcs/git
|
||||||
dev-build/just
|
dev-build/just
|
||||||
dev-util/bear
|
dev-util/bear
|
||||||
|
app-misc/tmux
|
||||||
|
|
||||||
sci-libs/gsl
|
#lang
|
||||||
|
|
||||||
dev-python/pipx
|
dev-python/pipx
|
||||||
dev-python/ipython
|
dev-python/ipython
|
||||||
dev-python/numpy
|
dev-python/numpy
|
||||||
|
|
||||||
sci-mathematics/mathematica
|
#texlive
|
||||||
|
|
||||||
app-text/texlive
|
app-text/texlive
|
||||||
dev-texlive/texlive-langchinese
|
dev-texlive/texlive-langchinese
|
||||||
|
|
||||||
|
#libs
|
||||||
|
sci-libs/gsl
|
||||||
|
sys-cluster/openmpi
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1,3 @@
|
|||||||
sys-kernel/linux-firmware
|
sys-kernel/linux-firmware
|
||||||
|
|
||||||
|
sys-firmware/intel-microcode
|
||||||
|
|||||||
+21
-54
@@ -1,41 +1,20 @@
|
|||||||
gui-wm/hyprland
|
gui-wm/hyprland
|
||||||
gui-libs/gtk
|
gui-apps/hyprlock
|
||||||
|
gui-apps/hypridle
|
||||||
media-fonts/nerd-fonts
|
#gui-libs/xdg-desktop-portal-wlr
|
||||||
|
gui-libs/xdg-desktop-portal-hyprland
|
||||||
gui-libs/xdg-desktop-portal-wlr
|
|
||||||
x11-misc/xdg-user-dirs
|
x11-misc/xdg-user-dirs
|
||||||
|
|
||||||
|
x11-terms/alacritty
|
||||||
|
x11-terms/kitty
|
||||||
media-video/pipewire
|
media-video/pipewire
|
||||||
media-sound/pavucontrol
|
media-sound/pavucontrol
|
||||||
|
|
||||||
media-video/obs-studio
|
|
||||||
|
|
||||||
app-misc/khal
|
app-misc/khal
|
||||||
dev-python/vdirsyncer
|
dev-python/vdirsyncer
|
||||||
|
|
||||||
gui-apps/waybar
|
|
||||||
x11-terms/alacritty
|
|
||||||
x11-terms/kitty
|
|
||||||
gui-apps/rofi-wayland
|
|
||||||
#x11-misc/rofi
|
|
||||||
gui-apps/aylurs-gtk-shell
|
|
||||||
x11-misc/dunst
|
|
||||||
gui-apps/wlogout
|
|
||||||
app-editors/vscode
|
|
||||||
|
|
||||||
#web
|
|
||||||
www-client/google-chrome
|
|
||||||
www-client/uget
|
|
||||||
net-misc/localsend-bin
|
|
||||||
|
|
||||||
xfce-base/thunar
|
|
||||||
gnome-base/gvfs
|
|
||||||
xfce-extra/thunar-archive-plugin
|
|
||||||
xfce-extra/thunar-media-tags-plugin
|
|
||||||
xfce-base/tumbler
|
|
||||||
|
|
||||||
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
|
||||||
app-misc/nwg-look
|
app-misc/nwg-look
|
||||||
# orchis depends
|
# orchis depends
|
||||||
@@ -47,31 +26,19 @@ x11-misc/pywal
|
|||||||
gui-apps/hyprpaper
|
gui-apps/hyprpaper
|
||||||
gui-apps/wl-clipboard
|
gui-apps/wl-clipboard
|
||||||
app-misc/cliphist
|
app-misc/cliphist
|
||||||
gui-apps/grim
|
|
||||||
gui-apps/slurp
|
|
||||||
x11-misc/xclip
|
|
||||||
gui-apps/swappy
|
|
||||||
sys-apps/mission-center
|
|
||||||
sys-apps/baobab
|
|
||||||
|
|
||||||
#multimedia
|
gui-apps/waybar
|
||||||
media-gfx/imv
|
#gui-apps/aylurs-gtk-shell
|
||||||
|
gui-apps/rofi-wayland
|
||||||
|
#x11-misc/rofi
|
||||||
|
x11-misc/dunst
|
||||||
|
gui-apps/wlogout
|
||||||
|
app-editors/vscode
|
||||||
|
|
||||||
|
www-client/google-chrome
|
||||||
|
#www-client/firefox
|
||||||
|
#xfce-base/thunar
|
||||||
|
#gnome-base/nautilus
|
||||||
|
|
||||||
media-sound/termusic
|
media-sound/termusic
|
||||||
media-video/mpv
|
|
||||||
|
|
||||||
#doc
|
|
||||||
app-office/libreoffice
|
|
||||||
app-text/zathura-pdf-mupdf
|
|
||||||
|
|
||||||
#social
|
|
||||||
net-im/tencent-qq
|
|
||||||
net-im/wechat-universal-bwrap
|
|
||||||
net-im/telegram-desktop
|
|
||||||
net-im/discord
|
|
||||||
|
|
||||||
#astro
|
|
||||||
sci-astronomy/stellarium
|
|
||||||
|
|
||||||
#wine
|
|
||||||
app-emulation/wine-vanilla
|
|
||||||
app-emulation/winetricks
|
|
||||||
|
|||||||
+6
-2
@@ -4,9 +4,13 @@ app-shells/zoxide
|
|||||||
sys-apps/ripgrep
|
sys-apps/ripgrep
|
||||||
sys-apps/fd
|
sys-apps/fd
|
||||||
sys-apps/yarn
|
sys-apps/yarn
|
||||||
dev-debug/lldb
|
# move dev-debug/lldb llvm-core/lldb
|
||||||
|
llvm-core/lldb
|
||||||
net-libs/nodejs
|
net-libs/nodejs
|
||||||
app-arch/unzip
|
app-arch/unzip
|
||||||
dev-python/pynvim
|
dev-python/pynvim
|
||||||
dev-lang/rust
|
dev-lang/rust
|
||||||
dev-util/tree-sitter-cli
|
|
||||||
|
dev-python/tree-sitter
|
||||||
|
dev-libs/tree-sitter-python
|
||||||
|
dev-libs/tree-sitter-bash
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
/var/db/repos/sage-on-gentoo/sets/sagemath
|
|
||||||
+5
-24
@@ -1,29 +1,10 @@
|
|||||||
|
sys-process/btop
|
||||||
|
sys-apps/eza
|
||||||
|
sys-apps/bat
|
||||||
app-shells/fzf
|
app-shells/fzf
|
||||||
app-shells/thefuck
|
app-shells/thefuck
|
||||||
sys-apps/eza
|
|
||||||
app-misc/fastfetch
|
app-misc/fastfetch
|
||||||
sys-apps/lshw
|
|
||||||
sys-apps/lsplug
|
|
||||||
sys-process/btop
|
|
||||||
sys-process/htop
|
|
||||||
sys-process/nvtop
|
|
||||||
app-admin/s-tui
|
|
||||||
sys-apps/lm-sensors
|
|
||||||
sys-apps/bat
|
|
||||||
app-misc/ranger
|
|
||||||
app-misc/yazi
|
|
||||||
media-gfx/ueberzugpp
|
|
||||||
app-text/tldr
|
app-text/tldr
|
||||||
app-misc/tmux
|
app-misc/ranger
|
||||||
sys-fs/ncdu
|
sys-apps/lshw
|
||||||
|
|
||||||
net-dns/dnslookup
|
|
||||||
|
|
||||||
media-video/ffmpeg
|
|
||||||
|
|
||||||
net-p2p/syncthing
|
|
||||||
|
|
||||||
media-video/guvcview
|
|
||||||
|
|
||||||
#app-backup/timeshift
|
|
||||||
#app-backup/timeshift-autosnap
|
|
||||||
|
|||||||
Reference in New Issue
Block a user