sync from Linux

This commit is contained in:
js0ny 2025-01-07 22:07:52 +00:00
parent 8bb2d9fbe8
commit 2a0fd9b83f
16 changed files with 317 additions and 617 deletions

View file

@ -0,0 +1,61 @@
// ~/.config/fastfetch/config.jsonc
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
// "type": "auto",
"source": "arch_small",
"padding": {
"top": 2,
"left": 1,
"right": 2
}
},
"general": {
"multithreading": true
},
"display": {
"separator": " ",
"key": {
"width": 10,
"paddingLeft": 2,
"type": "icon"
}
},
"modules": [
{
"type": "title",
"format": "{#1}───────────── {#}{user-name-colored}@{host-name-colored}"
},
{
"type": "colors",
"symbol": "diamond",
"paddingLeft": 15
},
"os",
// "host",
// "kernel",
// "uptime",
{
"type": "packages"
},
"shell",
"display",
// "de",
// "wm",
// "wmtheme",
// "theme",
// "icons",
// "font",
// "cursor",
"terminal",
// "terminalfont",
"cpu",
"gpu",
"memory",
// "swap",
"disk",
// "battery",
"poweradapter",
"locale"
]
}

View file

@ -8,5 +8,7 @@
# Linking:
# ln -sf $DOTFILES/platforms/linux/hyprland/code-flags.conf ~/.config/
--enable-features=UseOzonePlatform
--ozone-platform=wayland
# --enable-features=UseOzonePlatform
# --ozone-platform=wayland
--ozone-platform-hint=x11
# --enable-wayland-ime

View file

@ -8,6 +8,8 @@
# Linking:
# ln -sf $DOTFILES/platforms/linux/hyprland/electron-flags.conf ~/.config/
--enable-features=UseOzonePlatform
--ozone-platform=wayland
--enable-icd
# --enable-features=UseOzonePlatform
# --ozone-platform=wayland
# --enable-icd
# --enable-wayland-ime
--ozone-platform-hint=x11

View file

@ -62,7 +62,7 @@ $menu = wofi --show drun
# exec-once = $terminal
# exec-once = nm-applet &
exec-once = waybar & hyprpaper & mako & systemctl --user start hyprpolkitagent
exec-once = waybar & hyprpaper & mako & systemctl --user start hyprpolkitagent & fcitx5
#############################

View file

@ -6,8 +6,7 @@ $DOTFILES = "$HOME/.dotfiles"
### Load Configs ###
Get-ChildItem -Path $DOTFILES/powershell -Filter *.ps1 | ForEach-Object {. $_}
Get-ChildItem -Path $DOTFILES/powershell_private -Filter *.ps1 | ForEach-Object {. $_}
Get-ChildItem -Path $(Join-Path $DOTFILES "tools" "powershell") -Filter *.ps1 | ForEach-Object {. $_}
## Aliases ###