Update dotfiles (2026-04-09 18:42:45)

This commit is contained in:
2026-04-09 18:42:45 +02:00
parent ce95f16339
commit a08a6eaf4c
23 changed files with 273 additions and 196 deletions
@@ -0,0 +1,6 @@
{
"positionX": 726,
"positionY": 321,
"scaling": 1,
"zIndex": 0
}
+6
View File
@@ -0,0 +1,6 @@
{
"positionX": 1231,
"positionY": 721,
"scaling": 2.200000000000001,
"zIndex": 0
}
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"positionX": 97, "positionX": 95,
"positionY": 963, "positionY": 983,
"scaling": 1.8000000000000005, "scaling": 2.1875000000000138,
"zIndex": 0 "zIndex": 2
} }
+3 -3
View File
@@ -1,6 +1,6 @@
{ {
"positionX": 0, "positionX": 0,
"positionY": 923, "positionY": 931,
"scaling": 3.500000000000002, "scaling": 3.6875000000000173,
"zIndex": 2 "zIndex": 1
} }
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"positionX": 116, "positionX": 124,
"positionY": 914, "positionY": 918,
"scaling": 3.6000000000000023, "scaling": 4.000000000000013,
"zIndex": 2 "zIndex": 0
} }
+25 -11
View File
@@ -1,113 +1,127 @@
// Thanks to Bina
{ {
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": { "logo": {
"source": "/home/inorishio/Pictures/Profile-Pictures/Bocchi.jpg", "source": "/home/inorishio/Pictures/Profile-Pictures/Koito-Minase.jpg",
"type": "none", "type": "none",
"padding": {
"top": 1,
"left": 2,
},
}, },
"display": { "display": {
"separator": "", "separator": "",
}, },
"modules": [ "modules": [
"break",
"break",
"break",
{ {
"type": "os", "type": "os",
"key": "OS", "key": "OS",
"keyColor": "31", // = color1 "keyColor": "31", // = color1
"keyWidth": 8,
}, },
{ {
"type": "kernel", "type": "kernel",
"key": " ├  ", "key": " ├  ",
"keyColor": "31", "keyColor": "31",
"keyWidth": 8,
}, },
{ {
"type": "packages", "type": "packages",
"format": "{} (pacman)", "format": "{} (pacman)",
"key": " ├ 󰏖 ", "key": " ├ 󰏖 ",
"keyColor": "31", "keyColor": "31",
"keyWidth": 8,
}, },
{ {
"type": "shell", "type": "shell",
"key": " └  ", "key": " └  ",
"keyColor": "31", "keyColor": "31",
"keyWidth": 8,
}, },
"break", "break",
{ {
"type": "wm", "type": "wm",
"key": "WM", "key": "WM",
"keyColor": "32", "keyColor": "32",
"keyWidth": 8,
}, },
{ {
"type": "wmtheme", "type": "wmtheme",
"key": " ├ 󰉼 ", "key": " ├ 󰉼 ",
"keyColor": "32", "keyColor": "32",
"keyWidth": 8,
}, },
{ {
"type": "icons", "type": "icons",
"key": " ├ 󰀻 ", "key": " ├ 󰀻 ",
"keyColor": "32", "keyColor": "32",
"keyWidth": 8,
}, },
{ {
"type": "cursor", "type": "cursor",
"key": " ├  ", "key": " ├  ",
"keyColor": "32", "keyColor": "32",
"keyWidth": 8,
}, },
{ {
"type": "terminal", "type": "terminal",
"key": " ├  ", "key": " ├  ",
"keyColor": "32", "keyColor": "32",
"keyWidth": 8,
}, },
{ {
"type": "terminalfont", "type": "terminalfont",
"key": " └  ", "key": " └  ",
"keyColor": "32", "keyColor": "32",
"keyWidth": 8,
}, },
"break", "break",
{
"key": "Hardware",
"type": "custom",
"keyColor": "33",
"keyWidth": 8,
},
{ {
"type": "host", "type": "host",
"format": "{5} {1} Type {2}", "format": "{5} {1} Type {2}",
"key": "PC ", "key": "PC ",
"keyColor": "33", "keyColor": "33",
"keyWidth": 8,
}, },
{ {
"type": "cpu", "type": "cpu",
"format": "{1} ({3}) @ {7} GHz", "format": "{1} ({3}) @ {7} GHz",
"key": " ├  ", "key": " ├  ",
"keyColor": "33", "keyColor": "33",
"keyWidth": 8,
}, },
{ {
"type": "gpu", "type": "gpu",
"format": "{1} {2} @ {12} GHz", "format": "{1} {2} @ {12} GHz",
"key": " ├ 󰢮 ", "key": " ├ 󰢮 ",
"keyColor": "33", "keyColor": "33",
"keyWidth": 8,
}, },
{ {
"type": "memory", "type": "memory",
"key": " ├  ", "key": " ├  ",
"keyColor": "33", "keyColor": "33",
"keyWidth": 8,
}, },
{ {
"type": "swap", "type": "swap",
"key": " ├ 󰓡 ", "key": " ├ 󰓡 ",
"keyColor": "33", "keyColor": "33",
"keyWidth": 8,
}, },
{ {
"type": "disk", "type": "disk",
"key": " ├ 󰋊 ", "key": " ├ 󰋊 ",
"keyColor": "33", "keyColor": "33",
"keyWidth": 8,
}, },
{ {
"type": "monitor", "type": "monitor",
"key": " └  ", "key": " └  ",
"keyColor": "33", "keyColor": "33",
"keyWidth": 8,
}, },
"break", "break",
"break",
], ],
} }
+127
View File
@@ -0,0 +1,127 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"source": "/home/inorishio/Pictures/Profile-Pictures/Koito-Minase.jpg",
"type": "none",
},
"display": {
"separator": "",
},
"modules": [
"break",
{
"type": "os",
"key": "OS",
"keyColor": "31", // = color1
"keyWidth": 8,
},
{
"type": "kernel",
"key": " ├  ",
"keyColor": "31",
"keyWidth": 8,
},
{
"type": "packages",
"format": "{} (pacman)",
"key": " ├ 󰏖 ",
"keyColor": "31",
"keyWidth": 8,
},
{
"type": "shell",
"key": " └  ",
"keyColor": "31",
"keyWidth": 8,
},
"break",
{
"type": "wm",
"key": "WM",
"keyColor": "32",
"keyWidth": 8,
},
{
"type": "wmtheme",
"key": " ├ 󰉼 ",
"keyColor": "32",
"keyWidth": 8,
},
{
"type": "icons",
"key": " ├ 󰀻 ",
"keyColor": "32",
"keyWidth": 8,
},
{
"type": "cursor",
"key": " ├  ",
"keyColor": "32",
"keyWidth": 8,
},
{
"type": "terminal",
"key": " ├  ",
"keyColor": "32",
"keyWidth": 8,
},
{
"type": "terminalfont",
"key": " └  ",
"keyColor": "32",
"keyWidth": 8,
},
"break",
{
"key": "Hardware",
"type": "custom",
"keyColor": "33",
"keyWidth": 8,
},
{
"type": "host",
"format": "{5} {1} Type {2}",
"key": "PC ",
"keyColor": "33",
"keyWidth": 8,
},
{
"type": "cpu",
"format": "{1} ({3}) @ {7} GHz",
"key": " ├  ",
"keyColor": "33",
"keyWidth": 8,
},
{
"type": "gpu",
"format": "{1} {2} @ {12} GHz",
"key": " ├ 󰢮 ",
"keyColor": "33",
"keyWidth": 8,
},
{
"type": "memory",
"key": " ├  ",
"keyColor": "33",
"keyWidth": 8,
},
{
"type": "swap",
"key": " ├ 󰓡 ",
"keyColor": "33",
"keyWidth": 8,
},
{
"type": "disk",
"key": " ├ 󰋊 ",
"keyColor": "33",
"keyWidth": 8,
},
{
"type": "monitor",
"key": " └  ",
"keyColor": "33",
"keyWidth": 8,
},
],
}
+23
View File
@@ -14,3 +14,26 @@ cursor {
xwayland { xwayland {
force_zero_scaling = true force_zero_scaling = true
} }
# # Volume knob
# device {
# name = hangsheng-m1-v5-via-2.4g-kb-keyboard
# enabled = true
# }
#
# # Keyboard
device {
name = hangsheng-m1-v5-via-2.4g-kb
enabled = true
}
#
# Mouse
# device {
# name = hangsheng-m1-v5-via-2.4g-kb-1
# enabled = false
# }
device {
name = hangsheng-m1-v5-via-2.4g-kb-keyboard-1
enabled = false
}
@@ -2,7 +2,7 @@
source = ~/.config/hypr/effects/colors/colors.conf source = ~/.config/hypr/effects/colors/colors.conf
general { general {
border_size = 4 border_size = 2
col.inactive_border = $vivian1 $ado 90deg col.inactive_border = $vivian1 $ado 90deg
col.active_border = $pink $vivian2 60deg col.active_border = $pink $vivian2 60deg
} }
@@ -17,28 +17,38 @@ bind = $mainMod, S, exec, uwsm-app -S out -- spotify-launcher # Open Spotify
bind = $mainMod, X, exec, uwsm-app -S out -- env SDL_VIDEODRIVER="x11" osu-lazer # pen Osu-Lazer! bind = $mainMod, X, exec, uwsm-app -S out -- env SDL_VIDEODRIVER="x11" osu-lazer # pen Osu-Lazer!
# Zoom # Zoom
# bind = $mainMod, Z, global, hyprlandzoom:toggle-zoom
# bind = $mainMod, mouse_up, exec, /home/inorishio/Documents/Git/zooming/I-Zoom/target/debug/I-Zoom step-up
# bind = $mainMod, mouse_down, exec, /home/inorishio/Documents/Git/zooming/I-Zoom/target/debug/I-Zoom step-down
# bind = $mainMod, mouse_up, exec, /home/inorishio/Documents/Git/zooming/I-Zoom/target/debug/zoom --zoom-in
# bind = $mainMod, mouse_down, exec, /home/inorishio/Documents/Git/zooming/I-Zoom/target/debug/zoom --zoom-out
# bind = $mainMod SHIFT, Z, exec, /home/inorishio/Documents/Git/zooming/I-Zoom/target/debug/zoom --toggle
# bind = $mainMod CTRL, Z, exec, /home/inorishio/Documents/Git/zooming/I-Zoom/target/debug/zoom --reset
bind = $mainMod, mouse_down, exec, hyprctl -q keyword cursor:zoom_factor $(hyprctl getoptions cursor:zoom_factor -j | jq '.float * 1.3') bind = $mainMod, mouse_down, exec, hyprctl -q keyword cursor:zoom_factor $(hyprctl getoptions cursor:zoom_factor -j | jq '.float * 1.3')
bind = $mainMod, mouse_up, exec, hyprctl -q keyword cursor:zoom_factor $(hyprctl getoptions cursor:zoom_factor -j | jq '(.float * 0.7) | if . < 1 then 1 else . end') bind = $mainMod, mouse_up, exec, hyprctl -q keyword cursor:zoom_factor $(hyprctl getoptions cursor:zoom_factor -j | jq '(.float * 0.7) | if . < 1 then 1 else . end')
# binde = SUPER, mouse_up, exec, echo zoom-in | socat - UNIX-CONNECT:/run/user/1000/i-zoom.sock
# binde = SUPER, mouse_down, exec, echo zoom-out | socat - UNIX-CONNECT:/run/user/1000/i-zoom.sock
# bind = SUPER, 0, exec, echo zoom-reset | socat - UNIX-CONNECT:/run/user/1000/i-zoom.sock
# Actions # Actions
bind = $mainMod CTRL, Q, exec, uwsm-app -S out -- systemctl poweroff bind = $mainMod CTRL, Q, exec, systemctl poweroff
# bind = $mainMod SHIFT, S, exec, uwsm-app -S out -- hyprshot -m region -o /home/inorishio/Pictures/Screenshots -s # bind = $mainMod SHIFT, S, exec, uwsm-app -S out -- hyprshot -m region -o /home/inorishio/Pictures/Screenshots -s
bind = $mainMod, TAB, workspace, m+1 # Open next workspace bind = $mainMod, TAB, workspace, m+1 # Open next workspace
bind = $mainMod, Escape, workspace, m-1 # Open previous workspace bind = $mainMod, Escape, workspace, m-1 # Open previous workspace
# QML # QML
bind = CTRL, mouse:274, global, I-DeskPet:toggle-Region bind = $mainMod, G, global, zshell:toggle-settings
bind = SHIFT, mouse:274, global, I-DeskPet:toggle-Layer bind = CTRL, mouse:274, exec, ideskpet toggle-region
bind = $mainMod, Z, global, I-DeskPet:cycle-zIndex bind = SHIFT, mouse:274, exec, ideskpet toggle-layer
bind = $mainMod CTRL, RETURN, global, z-cast:toggle-launcher bind = $mainMod, Z, exec, ideskpet cycle-zindex
bind = $mainMod, N, global, zshell-nc:toggle-nc bind = $mainMod CTRL, RETURN, global, zshell:toggle-launcher
bind = $mainMod, L, exec, zshell -l bind = $mainMod, N, global, zshell:toggle-nc
bind = $mainMod SHIFT, S, global, ZShell:screenshot bind = $mainMod SHIFT, S, global, zshell:screenshot
bind = $mainMod CTRL, S, global, ZShell:screenshotFreeze bind = $mainMod CTRL, S, global, zshell:screenshotFreeze
bind = $mainMod CTRL, N, global, zshell-nc:toggle-dnd bind = $mainMod CTRL, N, global, zshell:toggle-dnd
bind = $mainMod CTRL, T, global, zshell:brightnessDown
bind = $mainMod, L, exec, zshell-cli shell lock
bind = $mainMod SHIFT, D, global, zshell:toggle-drawing
bind = $mainMod CTRL SHIFT, R, exec, app2unit -- zshell-cli shell kill; sleep 0.5; app2unit -- zshell-cli shell start
# Mediakeys # Mediakeys
bind = $mainMod, code:67, exec, uwsm-app -S out -- playerctl play-pause # F1 bind = $mainMod, code:67, exec, uwsm-app -S out -- playerctl play-pause # F1
@@ -52,8 +62,8 @@ bind = , code:173, workspace, m-1 # Mouse upright
bind = $mainMod, Q, killactive # Kill window bind = $mainMod, Q, killactive # Kill window
bind = $mainMod, F, fullscreen # Fullscreen bind = $mainMod, F, fullscreen # Fullscreen
bind = $mainMod, T, togglefloating # Toggle float bind = $mainMod, T, togglefloating # Toggle float
bind = $mainMod, J, togglesplit # Toggle split bind = $mainMod, J, layoutmsg, togglesplit # Toggle split
bind = $mainMod, K, swapsplit # Swapsplit bind = $mainMod, K, layoutmsg, swapsplit # Swapsplit
bind = $mainMod, left, movefocus, l # Move focus left bind = $mainMod, left, movefocus, l # Move focus left
bind = $mainMod, right, movefocus, r # Move focus right bind = $mainMod, right, movefocus, r # Move focus right
bind = $mainMod, up, movefocus, u # Move focus up bind = $mainMod, up, movefocus, u # Move focus up
+7 -19
View File
@@ -1,28 +1,16 @@
# QT # QT
layerrule = blur on, match:namespace ZShell-Notifs
layerrule = blur_popups on, match:namespace ZShell-Notifs
layerrule = ignore_alpha 0.5, match:namespace ZShell-Notifs
layerrule = blur on, match:namespace ZShell-Bar layerrule = blur on, match:namespace ZShell-Bar
layerrule = blur_popups on, match:namespace ZShell-Bar layerrule = blur_popups on, match:namespace ZShell-Bar
layerrule = ignore_alpha 0.5, match:namespace ZShell-Bar layerrule = ignore_alpha 0.5, match:namespace ZShell-Bar
layerrule = blur on, match:namespace ZShell-Bar-Exclusion
layerrule = blur_popups on, match:namespace ZShell-Bar-Exclusion
layerrule = ignore_alpha 0.5, match:namespace ZShell-Bar-Exclusion
layerrule = blur on, match:namespace ZShell-Wallpaper
layerrule = blur_popups on, match:namespace ZShell-Wallpaper
layerrule = ignore_alpha 0.5, match:namespace ZShell-Wallpaper
layerrule = blur on, match:namespace ZShell-Launcher
layerrule = blur_popups on, match:namespace ZShell-Launcher
layerrule = ignore_alpha 0.5, match:namespace ZShell-Launcher
layerrule = blur on, match:namespace ZShell-Auth layerrule = blur on, match:namespace ZShell-Auth
layerrule = blur_popups on, match:namespace ZShell-Auth layerrule = blur_popups on, match:namespace ZShell-Auth
layerrule = ignore_alpha 0.5, match:namespace ZShell-Auth layerrule = ignore_alpha 0.5, match:namespace ZShell-Auth
layerrule = blur on, match:namespace IDeskPet-Pet layerrule = blur on, match:namespace ZShell-Wallpaper
layerrule = blur_popups on, match:namespace IDeskPet-Pet layerrule = blur_popups on, match:namespace ZShell-Wallpaper
layerrule = ignore_alpha 0.5, match:namespace IDeskPet-Pet layerrule = ignore_alpha 0.5, match:namespace ZShell-Wallpaper
# layerrule = blur on, match:namespace IDeskPet-Pet
# layerrule = blur_popups on, match:namespace IDeskPet-Pet
# layerrule = ignore_alpha 0.5, match:namespace IDeskPet-Pet
+1 -1
View File
@@ -11,5 +11,5 @@ input {
accel_profile = flat accel_profile = flat
sensitivity = 0 sensitivity = 0
# ESC and CAPS swap # ESC and CAPS swap
kb_options = compose:ralt, #caps:swapescape # kb_options = compose:ralt, #caps:swapescape
} }
-4
View File
@@ -1,5 +1 @@
# exec-once = uwsm app -S out -- ~/.config/hypr/scripts/Workspace_Wallpapers.sh
# exec-once = uwsm app -S out -- ~/.config/hypr/scripts/Stream.sh
# exec-once = uwsm app -S out -- ~/.config/hypr/scripts/Z-Cast.sh
# exec-once = uwsm app -S out -- ~/.config/hypr/scripts/OBS.sh
exec-once = uwsm app -S out -- ~/.config/hypr/scripts/Gtk-Settings.sh exec-once = uwsm app -S out -- ~/.config/hypr/scripts/Gtk-Settings.sh
@@ -20,6 +20,7 @@ windowrule = pin on, match:class (.*org.pulseaudio.pavucontrol.*)
# Hyprland Share Picker # Hyprland Share Picker
windowrule = float on, match:class (hyprland-share-picker) windowrule = float on, match:class (hyprland-share-picker)
windowrule = float on, match:title (Export Image as JPEG)
windowrule = pin on, match:class (hyprland-share-picker) windowrule = pin on, match:class (hyprland-share-picker)
windowrule = center on, match:title (hyprland-share-picker) windowrule = center on, match:title (hyprland-share-picker)
windowrule = size 600 400, match:class (hyprland-share-picker) windowrule = size 600 400, match:class (hyprland-share-picker)
@@ -30,6 +31,8 @@ windowrule = move -1000 -1000, match:class ^(steam_app_default)$, match:title ^$
windowrule = tile on, match:title ^(Wuthering Waves)$ windowrule = tile on, match:title ^(Wuthering Waves)$
windowrule = fullscreen on, match:title ^(osu!)$ windowrule = fullscreen on, match:title ^(osu!)$
windowrule = float on, match:title ^(Open File)$, match:class ^(xdg-desktop-portal-gtk)$
# Screenlock # Screenlock
windowrule = idle_inhibit always, match:content 2 windowrule = idle_inhibit always, match:content 2
windowrule = idle_inhibit always, match:content 3 windowrule = idle_inhibit always, match:content 3
+2
View File
@@ -3,3 +3,5 @@ $vivian1 = rgb(6a4c9c) # rgb(106, 76, 156)
$vivian2 = rgb(a388db) # rgb(163, 136, 219) $vivian2 = rgb(a388db) # rgb(163, 136, 219)
$ado = rgb(1274b8) # rgb(18, 116, 184) $ado = rgb(1274b8) # rgb(18, 116, 184)
$suisei = rgb(66daff) # rgb(102, 218, 255) $suisei = rgb(66daff) # rgb(102, 218, 255)
$discname1 = rgb(951dc9)
$discname2 = rgb(b298bd)
+3 -3
View File
@@ -1,12 +1,12 @@
# Run on boot # Run on boot
exec-once = uwsm app -S out -- zshell-cli shell start
exec-once = uwsm app -S out -- obs --scene "Recording" --startreplaybuffer --minimize-to-tray exec-once = uwsm app -S out -- obs --scene "Recording" --startreplaybuffer --minimize-to-tray
exec-once = uwsm app -S out -- /usr/bin/otd-daemon exec-once = uwsm app -S out -- /usr/bin/otd-daemon
exec-once = uwsm app -S out -- ideskpet start
exec-once = uwsm app -S out -- hyprpm reload
exec-once = uwsm app -S out -- Telegram -startintray exec-once = uwsm app -S out -- Telegram -startintray
exec-once = uwsm app -S out -- discord --start-minimized exec-once = uwsm app -S out -- discord --start-minimized
exec-once = uwsm app -S out -- steam -silent exec-once = uwsm app -S out -- steam -silent
exec-once = uwsm app -S out -- zshell
exec-once = uwsm app -S out -- qs -d -p /home/inorishio/.config/quickshell/I-DesktopPet/shell.qml
exec-once = uwsm app -S out -- sleep 5 && hyprpm reload
# Sourcing config files # Sourcing config files
source = ~/.config/hypr/conf/animations/InoriShio-animation.conf source = ~/.config/hypr/conf/animations/InoriShio-animation.conf
+10 -10
View File
@@ -1,11 +1,11 @@
profile { # profile {
time = 9:30 # time = 9:30
identity = true # identity = true
gamma = 1 # gamma = 1
} # }
profile { # profile {
time = 20:00 # time = 20:00
temperature = 3200 # temperature = 3200
gamma = 1 # gamma = 1
} # }
+1 -1
View File
@@ -82,7 +82,7 @@ shadow = #000000ff
################################################################################ ################################################################################
[list] [list]
# Default order (none/alpha/reverse/random) # Default order (none/alpha/reverse/random)
order = none order = alpha
# Looping list of images (yes/no) # Looping list of images (yes/no)
loop = yes loop = yes
# Read directories recursively (yes/no) # Read directories recursively (yes/no)
+1 -1
View File
@@ -24,7 +24,7 @@ export GDK_BACKEND="wayland,x11,*"
export CLUTTER_BACKEND="wayland" export CLUTTER_BACKEND="wayland"
export MOZ_ENABLE_WAYLAND=1 export MOZ_ENABLE_WAYLAND=1
export XCURSOR_THEME=BreezeX-RosePine-Linux export XCURSOR_THEME=BreezeX-RosePine-Linux
export XCURSOR_SIZE=52 export XCURSOR_SIZE=48
export APPIMAGELAUNCHER_DISABLE=1 export APPIMAGELAUNCHER_DISABLE=1
export OZONE_PLATFORM="wayland" export OZONE_PLATFORM="wayland"
export KWIN_FORCE_SW_CURSOR=1 export KWIN_FORCE_SW_CURSOR=1
-103
View File
@@ -1,103 +0,0 @@
{
"appCount": 16,
"accentColor": {
"accents": {
"primary": "#a388db",
"primaryAlt": "#6a4c9c",
"warning": "#e46a97"
}
},
"transparency": {
"enabled": true,
"base": 0.6,
"layer": 0.4
},
"colors": {
"schemeType": "fruit-salad"
},
"animScale": 0.8,
"wallpaperPath": "/home/inorishio/Pictures/Backgrounds/",
"useDynamicColors": true,
"wallust": true,
"lock": {
"fixLockScreen": false,
"useWallpaper": true
},
"idle": {
"timeouts": [
{
"timeout": 240,
"idleAction": "lock"
},
{
"timeout": 300,
"idleAction": "dpms off",
"activeAction": "dpms on"
}
]
},
"barConfig": {
"entries": [
{
"id": "workspaces",
"enabled": true
},
{
"id": "dash",
"enabled": true
},
{
"id": "audio",
"enabled": true
},
{
"id": "resources",
"enabled": true
},
{
"id": "updates",
"enabled": true
},
{
"id": "spacer",
"enabled": true
},
{
"id": "activeWindow",
"enabled": true
},
{
"id": "spacer",
"enabled": true
},
{
"id": "tray",
"enabled": true
},
{
"id": "network",
"enabled": false
},
{
"id": "upower",
"enabled": true
},
{
"id": "clock",
"enabled": true
},
{
"id": "notifBell",
"enabled": true
}
]
}
}
+1 -1
View File
@@ -1,5 +1,5 @@
# Global aliases # Global aliases
alias ff='fastfetch' alias ff='fastfetch --config ~/.config/fastfetch/inorishio.jsonc'
alias v='$EDITOR' alias v='$EDITOR'
alias cod='conda deactivate' alias cod='conda deactivate'
alias grub='sudo grub-mkconfig -o /boot/grub/grub.cfg' alias grub='sudo grub-mkconfig -o /boot/grub/grub.cfg'
-1
View File
@@ -54,4 +54,3 @@ setopt appendhistory
# ----------------------------------------------------- # -----------------------------------------------------
# Custom Theme # Custom Theme
eval "$(oh-my-posh init zsh --config $HOME/.config/ohmyposh/Zachjittery.omp.json)" eval "$(oh-my-posh init zsh --config $HOME/.config/ohmyposh/Zachjittery.omp.json)"
+8 -2
View File
@@ -16,10 +16,10 @@
# with copies of files from ~/.config/zshrc # with copies of files from ~/.config/zshrc
# ----------------------------------------------------- # -----------------------------------------------------
(cat ~/.cache/wallust/sequences) (cat ~/.cache/zshell/sequences)
for f in ~/.config/zshrc/*; do for f in ~/.config/zshrc/*; do
if [ ! -d $f ]; then if [ ! -d $f ]; then
c=`echo $f | sed -e "s=.config/zshrc=.config/zshrc/custom="` c=$(echo $f | sed -e "s=.config/zshrc=.config/zshrc/custom=")
[[ -f $c ]] && source $c || source $f [[ -f $c ]] && source $c || source $f
fi fi
done done
@@ -35,3 +35,9 @@ export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH" export PATH="$BUN_INSTALL/bin:$PATH"
export MANPATH=$HOME/tools/ripgrep/doc/man:$MANPATH export MANPATH=$HOME/tools/ripgrep/doc/man:$MANPATH
export FPATH=$HOME/tools/ripgrep/complete:$FPATH export FPATH=$HOME/tools/ripgrep/complete:$FPATH
fpath+=~/.zfunc
autoload -Uz compinit
compinit
zstyle ':completion:*' menu select