mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
sync from Linux
This commit is contained in:
parent
8bb2d9fbe8
commit
2a0fd9b83f
16 changed files with 317 additions and 617 deletions
61
platforms/linux/fastfetch.jsonc
Normal file
61
platforms/linux/fastfetch.jsonc
Normal 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"
|
||||
]
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
#############################
|
||||
|
|
|
|||
|
|
@ -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 ###
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue