Update dotfiles (2026-04-09 18:42:45)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"positionX": 726,
|
||||
"positionY": 321,
|
||||
"scaling": 1,
|
||||
"zIndex": 0
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"positionX": 1231,
|
||||
"positionY": 721,
|
||||
"scaling": 2.200000000000001,
|
||||
"zIndex": 0
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"positionX": 97,
|
||||
"positionY": 963,
|
||||
"scaling": 1.8000000000000005,
|
||||
"zIndex": 0
|
||||
"positionX": 95,
|
||||
"positionY": 983,
|
||||
"scaling": 2.1875000000000138,
|
||||
"zIndex": 2
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"positionX": 0,
|
||||
"positionY": 923,
|
||||
"scaling": 3.500000000000002,
|
||||
"zIndex": 2
|
||||
"positionY": 931,
|
||||
"scaling": 3.6875000000000173,
|
||||
"zIndex": 1
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"positionX": 116,
|
||||
"positionY": 914,
|
||||
"scaling": 3.6000000000000023,
|
||||
"zIndex": 2
|
||||
"positionX": 124,
|
||||
"positionY": 918,
|
||||
"scaling": 4.000000000000013,
|
||||
"zIndex": 0
|
||||
}
|
||||
|
||||
@@ -1,113 +1,127 @@
|
||||
// Thanks to Bina
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"source": "/home/inorishio/Pictures/Profile-Pictures/Bocchi.jpg",
|
||||
"source": "/home/inorishio/Pictures/Profile-Pictures/Koito-Minase.jpg",
|
||||
"type": "none",
|
||||
"padding": {
|
||||
"top": 1,
|
||||
"left": 2,
|
||||
},
|
||||
},
|
||||
"display": {
|
||||
"separator": " ➜ ",
|
||||
"separator": "",
|
||||
},
|
||||
"modules": [
|
||||
"break",
|
||||
"break",
|
||||
"break",
|
||||
{
|
||||
"type": "os",
|
||||
"key": "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 ",
|
||||
"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,
|
||||
},
|
||||
"break",
|
||||
"break",
|
||||
],
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
},
|
||||
],
|
||||
}
|
||||
@@ -14,3 +14,26 @@ cursor {
|
||||
xwayland {
|
||||
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
|
||||
|
||||
general {
|
||||
border_size = 4
|
||||
border_size = 2
|
||||
col.inactive_border = $vivian1 $ado 90deg
|
||||
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!
|
||||
|
||||
# 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_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
|
||||
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, TAB, workspace, m+1 # Open next workspace
|
||||
bind = $mainMod, Escape, workspace, m-1 # Open previous workspace
|
||||
|
||||
# QML
|
||||
bind = CTRL, mouse:274, global, I-DeskPet:toggle-Region
|
||||
bind = SHIFT, mouse:274, global, I-DeskPet:toggle-Layer
|
||||
bind = $mainMod, Z, global, I-DeskPet:cycle-zIndex
|
||||
bind = $mainMod CTRL, RETURN, global, z-cast:toggle-launcher
|
||||
bind = $mainMod, N, global, zshell-nc:toggle-nc
|
||||
bind = $mainMod, L, exec, zshell -l
|
||||
bind = $mainMod SHIFT, S, global, ZShell:screenshot
|
||||
bind = $mainMod CTRL, S, global, ZShell:screenshotFreeze
|
||||
bind = $mainMod CTRL, N, global, zshell-nc:toggle-dnd
|
||||
bind = $mainMod, G, global, zshell:toggle-settings
|
||||
bind = CTRL, mouse:274, exec, ideskpet toggle-region
|
||||
bind = SHIFT, mouse:274, exec, ideskpet toggle-layer
|
||||
bind = $mainMod, Z, exec, ideskpet cycle-zindex
|
||||
bind = $mainMod CTRL, RETURN, global, zshell:toggle-launcher
|
||||
bind = $mainMod, N, global, zshell:toggle-nc
|
||||
bind = $mainMod SHIFT, S, global, zshell:screenshot
|
||||
bind = $mainMod CTRL, S, global, zshell:screenshotFreeze
|
||||
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
|
||||
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, F, fullscreen # Fullscreen
|
||||
bind = $mainMod, T, togglefloating # Toggle float
|
||||
bind = $mainMod, J, togglesplit # Toggle split
|
||||
bind = $mainMod, K, swapsplit # Swapsplit
|
||||
bind = $mainMod, J, layoutmsg, togglesplit # Toggle split
|
||||
bind = $mainMod, K, layoutmsg, swapsplit # Swapsplit
|
||||
bind = $mainMod, left, movefocus, l # Move focus left
|
||||
bind = $mainMod, right, movefocus, r # Move focus right
|
||||
bind = $mainMod, up, movefocus, u # Move focus up
|
||||
|
||||
@@ -1,28 +1,16 @@
|
||||
# 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_popups on, 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_popups on, match:namespace ZShell-Auth
|
||||
layerrule = ignore_alpha 0.5, match:namespace ZShell-Auth
|
||||
|
||||
layerrule = blur on, match:namespace IDeskPet-Pet
|
||||
layerrule = blur_popups on, match:namespace IDeskPet-Pet
|
||||
layerrule = ignore_alpha 0.5, match:namespace IDeskPet-Pet
|
||||
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 IDeskPet-Pet
|
||||
# layerrule = blur_popups on, match:namespace IDeskPet-Pet
|
||||
# layerrule = ignore_alpha 0.5, match:namespace IDeskPet-Pet
|
||||
|
||||
@@ -11,5 +11,5 @@ input {
|
||||
accel_profile = flat
|
||||
sensitivity = 0
|
||||
# ESC and CAPS swap
|
||||
kb_options = compose:ralt, #caps:swapescape
|
||||
# kb_options = compose:ralt, #caps:swapescape
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -19,8 +19,9 @@ windowrule = center on, match:class (.*org.pulseaudio.pavucontrol.*)
|
||||
windowrule = pin on, match:class (.*org.pulseaudio.pavucontrol.*)
|
||||
|
||||
# Hyprland Share Picker
|
||||
windowrule = float on, match:class (hyprland-share-picker)
|
||||
windowrule = pin 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 = center on, match:title (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 = fullscreen on, match:title ^(osu!)$
|
||||
|
||||
windowrule = float on, match:title ^(Open File)$, match:class ^(xdg-desktop-portal-gtk)$
|
||||
|
||||
# Screenlock
|
||||
windowrule = idle_inhibit always, match:content 2
|
||||
windowrule = idle_inhibit always, match:content 3
|
||||
|
||||
@@ -3,3 +3,5 @@ $vivian1 = rgb(6a4c9c) # rgb(106, 76, 156)
|
||||
$vivian2 = rgb(a388db) # rgb(163, 136, 219)
|
||||
$ado = rgb(1274b8) # rgb(18, 116, 184)
|
||||
$suisei = rgb(66daff) # rgb(102, 218, 255)
|
||||
$discname1 = rgb(951dc9)
|
||||
$discname2 = rgb(b298bd)
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
# 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 -- /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 -- discord --start-minimized
|
||||
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
|
||||
source = ~/.config/hypr/conf/animations/InoriShio-animation.conf
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
profile {
|
||||
time = 9:30
|
||||
identity = true
|
||||
gamma = 1
|
||||
}
|
||||
# profile {
|
||||
# time = 9:30
|
||||
# identity = true
|
||||
# gamma = 1
|
||||
# }
|
||||
|
||||
profile {
|
||||
time = 20:00
|
||||
temperature = 3200
|
||||
gamma = 1
|
||||
}
|
||||
# profile {
|
||||
# time = 20:00
|
||||
# temperature = 3200
|
||||
# gamma = 1
|
||||
# }
|
||||
|
||||
@@ -82,7 +82,7 @@ shadow = #000000ff
|
||||
################################################################################
|
||||
[list]
|
||||
# Default order (none/alpha/reverse/random)
|
||||
order = none
|
||||
order = alpha
|
||||
# Looping list of images (yes/no)
|
||||
loop = yes
|
||||
# Read directories recursively (yes/no)
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@ export GDK_BACKEND="wayland,x11,*"
|
||||
export CLUTTER_BACKEND="wayland"
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
export XCURSOR_THEME=BreezeX-RosePine-Linux
|
||||
export XCURSOR_SIZE=52
|
||||
export XCURSOR_SIZE=48
|
||||
export APPIMAGELAUNCHER_DISABLE=1
|
||||
export OZONE_PLATFORM="wayland"
|
||||
export KWIN_FORCE_SW_CURSOR=1
|
||||
|
||||
@@ -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,5 +1,5 @@
|
||||
# Global aliases
|
||||
alias ff='fastfetch'
|
||||
alias ff='fastfetch --config ~/.config/fastfetch/inorishio.jsonc'
|
||||
alias v='$EDITOR'
|
||||
alias cod='conda deactivate'
|
||||
alias grub='sudo grub-mkconfig -o /boot/grub/grub.cfg'
|
||||
|
||||
@@ -54,4 +54,3 @@ setopt appendhistory
|
||||
# -----------------------------------------------------
|
||||
# Custom Theme
|
||||
eval "$(oh-my-posh init zsh --config $HOME/.config/ohmyposh/Zachjittery.omp.json)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user