idk exactly
This commit is contained in:
@@ -1,25 +1,25 @@
|
|||||||
[Settings]
|
[Settings]
|
||||||
gtk-theme-name=catppuccin-latte-lavender-standard+default
|
gtk-application-prefer-dark-theme=true
|
||||||
gtk-icon-theme-name=dracula-icons-main
|
gtk-button-images=true
|
||||||
gtk-font-name=CaskaydiaCove Nerd Font Bold 11
|
|
||||||
gtk-cursor-theme-name=catppuccin-latte-flamingo-cursors
|
|
||||||
gtk-cursor-theme-size=32
|
|
||||||
gtk-toolbar-style=3
|
|
||||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
|
||||||
gtk-button-images=0
|
|
||||||
gtk-menu-images=0
|
|
||||||
gtk-enable-event-sounds=1
|
|
||||||
gtk-enable-input-feedback-sounds=0
|
|
||||||
gtk-xft-antialias=1
|
|
||||||
gtk-xft-hinting=1
|
|
||||||
gtk-xft-hintstyle=hintslight
|
|
||||||
gtk-xft-rgba=rgb
|
|
||||||
gtk-application-prefer-dark-theme=0
|
|
||||||
gtk-cursor-blink=true
|
gtk-cursor-blink=true
|
||||||
gtk-cursor-blink-time=1000
|
gtk-cursor-blink-time=1000
|
||||||
|
gtk-cursor-theme-name=Catppuccin-Mocha-Mauve-Cursors
|
||||||
|
gtk-cursor-theme-size=24
|
||||||
gtk-decoration-layout=icon:minimize,maximize,close
|
gtk-decoration-layout=icon:minimize,maximize,close
|
||||||
gtk-enable-animations=false
|
gtk-enable-animations=false
|
||||||
|
gtk-enable-event-sounds=1
|
||||||
|
gtk-enable-input-feedback-sounds=0
|
||||||
|
gtk-font-name=Noto Sans, 10
|
||||||
|
gtk-icon-theme-name=dracula-icons-main
|
||||||
|
gtk-menu-images=true
|
||||||
gtk-modules=colorreload-gtk-module:window-decorations-gtk-module
|
gtk-modules=colorreload-gtk-module:window-decorations-gtk-module
|
||||||
gtk-primary-button-warps-slider=true
|
gtk-primary-button-warps-slider=true
|
||||||
gtk-sound-theme-name=ocean
|
gtk-sound-theme-name=ocean
|
||||||
gtk-xft-dpi=98304
|
gtk-theme-name=catppuccin-latte-lavender-standard+default
|
||||||
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||||
|
gtk-toolbar-style=3
|
||||||
|
gtk-xft-antialias=1
|
||||||
|
gtk-xft-dpi=122880
|
||||||
|
gtk-xft-hinting=1
|
||||||
|
gtk-xft-hintstyle=hintslight
|
||||||
|
gtk-xft-rgba=rgb
|
||||||
|
|||||||
@@ -1,7 +1,14 @@
|
|||||||
[Settings]
|
[Settings]
|
||||||
gtk-theme-name=catppuccin-latte-lavender-standard+default
|
gtk-application-prefer-dark-theme=true
|
||||||
|
gtk-cursor-blink=true
|
||||||
|
gtk-cursor-blink-time=1000
|
||||||
|
gtk-cursor-theme-name=Catppuccin-Mocha-Mauve-Cursors
|
||||||
|
gtk-cursor-theme-size=24
|
||||||
|
gtk-decoration-layout=icon:minimize,maximize,close
|
||||||
|
gtk-enable-animations=false
|
||||||
|
gtk-font-name=Noto Sans, 10
|
||||||
gtk-icon-theme-name=dracula-icons-main
|
gtk-icon-theme-name=dracula-icons-main
|
||||||
gtk-font-name=CaskaydiaCove Nerd Font Bold 11
|
gtk-primary-button-warps-slider=true
|
||||||
gtk-cursor-theme-name=catppuccin-latte-flamingo-cursors
|
gtk-sound-theme-name=ocean
|
||||||
gtk-cursor-theme-size=32
|
gtk-theme-name=catppuccin-latte-lavender-standard+default
|
||||||
gtk-application-prefer-dark-theme=0
|
gtk-xft-dpi=122880
|
||||||
|
|||||||
@@ -1,71 +0,0 @@
|
|||||||
headerbar button.titlebutton.close, .titlebar button.titlebutton.close {
|
|
||||||
background-image: url("assets/close-normal.svg"); }
|
|
||||||
|
|
||||||
headerbar button.titlebutton.close:hover, .titlebar button.titlebutton.close:hover {
|
|
||||||
background-image: url("assets/close-hover.svg"); }
|
|
||||||
|
|
||||||
headerbar button.titlebutton.close:active, .titlebar button.titlebutton.close:active {
|
|
||||||
background-image: url("assets/close-active.svg"); }
|
|
||||||
|
|
||||||
headerbar button.titlebutton.close:backdrop, .titlebar button.titlebutton.close:backdrop {
|
|
||||||
background-image: url("assets/close-backdrop-normal.svg"); }
|
|
||||||
|
|
||||||
headerbar button.titlebutton.close:backdrop:hover, .titlebar button.titlebutton.close:backdrop:hover {
|
|
||||||
background-image: url("assets/close-backdrop-hover.svg"); }
|
|
||||||
|
|
||||||
headerbar button.titlebutton.close:backdrop:active, .titlebar button.titlebutton.close:backdrop:active {
|
|
||||||
background-image: url("assets/close-backdrop-active.svg"); }
|
|
||||||
|
|
||||||
headerbar button.titlebutton.maximize, .titlebar button.titlebutton.maximize {
|
|
||||||
background-image: url("assets/maximize-normal.svg"); }
|
|
||||||
|
|
||||||
headerbar button.titlebutton.maximize:hover, .titlebar button.titlebutton.maximize:hover {
|
|
||||||
background-image: url("assets/maximize-hover.svg"); }
|
|
||||||
|
|
||||||
headerbar button.titlebutton.maximize:active, .titlebar button.titlebutton.maximize:active {
|
|
||||||
background-image: url("assets/maximize-active.svg"); }
|
|
||||||
|
|
||||||
headerbar button.titlebutton.maximize:backdrop, .titlebar button.titlebutton.maximize:backdrop {
|
|
||||||
background-image: url("assets/maximize-backdrop-normal.svg"); }
|
|
||||||
|
|
||||||
headerbar button.titlebutton.maximize:backdrop:hover, .titlebar button.titlebutton.maximize:backdrop:hover {
|
|
||||||
background-image: url("assets/maximize-backdrop-hover.svg"); }
|
|
||||||
|
|
||||||
headerbar button.titlebutton.maximize:backdrop:active, .titlebar button.titlebutton.maximize:backdrop:active {
|
|
||||||
background-image: url("assets/maximize-backdrop-active.svg"); }
|
|
||||||
|
|
||||||
headerbar button.titlebutton.minimize, .titlebar button.titlebutton.minimize {
|
|
||||||
background-image: url("assets/minimize-normal.svg"); }
|
|
||||||
|
|
||||||
headerbar button.titlebutton.minimize:hover, .titlebar button.titlebutton.minimize:hover {
|
|
||||||
background-image: url("assets/minimize-hover.svg"); }
|
|
||||||
|
|
||||||
headerbar button.titlebutton.minimize:active, .titlebar button.titlebutton.minimize:active {
|
|
||||||
background-image: url("assets/minimize-active.svg"); }
|
|
||||||
|
|
||||||
headerbar button.titlebutton.minimize:backdrop, .titlebar button.titlebutton.minimize:backdrop {
|
|
||||||
background-image: url("assets/minimize-backdrop-normal.svg"); }
|
|
||||||
|
|
||||||
headerbar button.titlebutton.minimize:backdrop:hover, .titlebar button.titlebutton.minimize:backdrop:hover {
|
|
||||||
background-image: url("assets/minimize-backdrop-hover.svg"); }
|
|
||||||
|
|
||||||
headerbar button.titlebutton.minimize:backdrop:active, .titlebar button.titlebutton.minimize:backdrop:active {
|
|
||||||
background-image: url("assets/minimize-backdrop-active.svg"); }
|
|
||||||
|
|
||||||
.maximized headerbar button.titlebutton.maximize, .maximized .titlebar button.titlebutton.maximize {
|
|
||||||
background-image: url("assets/maximized-normal.svg"); }
|
|
||||||
|
|
||||||
.maximized headerbar button.titlebutton.maximize:hover, .maximized .titlebar button.titlebutton.maximize:hover {
|
|
||||||
background-image: url("assets/maximized-hover.svg"); }
|
|
||||||
|
|
||||||
.maximized headerbar button.titlebutton.maximize:active, .maximized .titlebar button.titlebutton.maximize:active {
|
|
||||||
background-image: url("assets/maximized-active.svg"); }
|
|
||||||
|
|
||||||
.maximized headerbar button.titlebutton.maximize:backdrop, .maximized .titlebar button.titlebutton.maximize:backdrop {
|
|
||||||
background-image: url("assets/maximized-backdrop-normal.svg"); }
|
|
||||||
|
|
||||||
.maximized headerbar button.titlebutton.maximize:backdrop:hover, .maximized .titlebar button.titlebutton.maximize:backdrop:hover {
|
|
||||||
background-image: url("assets/maximized-backdrop-hover.svg"); }
|
|
||||||
|
|
||||||
.maximized headerbar button.titlebutton.maximize:backdrop:active, .maximized .titlebar button.titlebutton.maximize:backdrop:active {
|
|
||||||
background-image: url("assets/maximized-backdrop-active.svg"); }
|
|
||||||
@@ -33,7 +33,7 @@ general {
|
|||||||
col.active_border = rgba(a6da95ee) rgba(b7bdf8ee) 45deg
|
col.active_border = rgba(a6da95ee) rgba(b7bdf8ee) 45deg
|
||||||
col.inactive_border = rgba(595959aa)
|
col.inactive_border = rgba(595959aa)
|
||||||
|
|
||||||
layout = dwindle
|
layout = master
|
||||||
}
|
}
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
@@ -59,12 +59,14 @@ animations {
|
|||||||
dwindle {
|
dwindle {
|
||||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||||
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||||
|
smart_resizing = yes
|
||||||
preserve_split = yes # you probably want this
|
preserve_split = yes # you probably want this
|
||||||
}
|
}
|
||||||
|
|
||||||
master {
|
master {
|
||||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||||
# new_is_master = true
|
new_status = true
|
||||||
|
smart_resizing = true
|
||||||
}
|
}
|
||||||
|
|
||||||
gestures {
|
gestures {
|
||||||
@@ -84,7 +86,7 @@ bind = $mainMod, E, exec, thunar #File explorer
|
|||||||
bind = $mainMod, V, togglefloating,
|
bind = $mainMod, V, togglefloating,
|
||||||
bind = $mainMod, R, exec, wofi #application launcher
|
bind = $mainMod, R, exec, wofi #application launcher
|
||||||
|
|
||||||
bind = $mainMod SHIFT, R, exec, ../waybar/scripts/refresh.sh
|
bind = $mainMod SHIFT, R, exec, killall waybar; waybar
|
||||||
bind = $mainMod, P, pseudo, # dwindle
|
bind = $mainMod, P, pseudo, # dwindle
|
||||||
bind = $mainMod, W, exec, pavucontrol
|
bind = $mainMod, W, exec, pavucontrol
|
||||||
bind = $mainMod, O, togglesplit, # dwindle
|
bind = $mainMod, O, togglesplit, # dwindle
|
||||||
@@ -166,10 +168,10 @@ submap=reset
|
|||||||
exec-once=kdeconnectd
|
exec-once=kdeconnectd
|
||||||
|
|
||||||
## network mount
|
## network mount
|
||||||
exec-once=rclone mount --vfs-cache-mode writes --no-check-certificate --dir-cache-time 5s raspberrypi-dav: /run/media/glala/fileserver/
|
exec-once=sudo mkdir /run/media/glala/fileserver;sudo chown glala /run/media/glala/fileserver ;rclone mount --vfs-cache-mode writes --no-check-certificate --dir-cache-time 5s raspberrypi-dav: /run/media/glala/fileserver/ --no-check-certificate
|
||||||
|
|
||||||
##network manager
|
##network manager
|
||||||
exec-once=nm-applet
|
#exec-once=nm-applet
|
||||||
|
|
||||||
##notification
|
##notification
|
||||||
exec-once=swaync
|
exec-once=swaync
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"reload_style_on_change": true,
|
"reload_style_on_change": true,
|
||||||
"modules-left": ["custom/notification","clock","custom/pacman"],
|
"modules-left": ["custom/notification","clock","custom/pacman"],
|
||||||
"modules-center": ["hyprland/workspaces"],
|
"modules-center": ["hyprland/workspaces"],
|
||||||
"modules-right": ["tray"],
|
"modules-right": ["network","bluetooth","tray"],
|
||||||
|
|
||||||
|
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
"tooltip-format": "<tt>{calendar}</tt>",
|
"tooltip-format": "<tt>{calendar}</tt>",
|
||||||
"calendar": {
|
"calendar": {
|
||||||
"format": {
|
"format": {
|
||||||
"today": "<span color='#fAfBfC'><b>{}</b></span>"
|
"today": "<span color='#CACBFC'><b>{}</b></span>"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"actions": {
|
"actions": {
|
||||||
|
|||||||
@@ -2,21 +2,21 @@
|
|||||||
|
|
||||||
* {
|
* {
|
||||||
font-size:15px;
|
font-size:15px;
|
||||||
font-family: "CodeNewRoman Nerd Font Propo";
|
font-family: "CaskaydiaCove Nerd Font";
|
||||||
}
|
}
|
||||||
window#waybar{
|
window#waybar{
|
||||||
all:unset;
|
all:unset;
|
||||||
}
|
}
|
||||||
.modules-left {
|
.modules-left {
|
||||||
padding:7px;
|
padding:9px;
|
||||||
margin:10 0 5 10;
|
margin:10 10 5 10;
|
||||||
border-radius:10px;
|
border-radius:10px;
|
||||||
background: alpha(@background,.6);
|
background: alpha(@background,.6);
|
||||||
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
|
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
|
||||||
}
|
}
|
||||||
.modules-center {
|
.modules-center {
|
||||||
padding:7px;
|
padding:7px;
|
||||||
margin:10 0 5 0;
|
margin:10 10 5 5;
|
||||||
border-radius:10px;
|
border-radius:10px;
|
||||||
background: alpha(@background,.6);
|
background: alpha(@background,.6);
|
||||||
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
|
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
|
||||||
|
|||||||
5
.zshrc
5
.zshrc
@@ -71,12 +71,11 @@ alias shut="shutdown now"
|
|||||||
alias re="reboot"
|
alias re="reboot"
|
||||||
alias dragon-drop="GDK_BACKEND=x11 dragon-drop"
|
alias dragon-drop="GDK_BACKEND=x11 dragon-drop"
|
||||||
alias ls="exa"
|
alias ls="exa"
|
||||||
alias sshserver="ssh -i ~/.ssh/GlaServer00 81.21.121.109"
|
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
alias switchhack="fusee-nano ~/Downloads/switchhack/hekate_ctcaer_6.3.0.bin"
|
alias switchhack="fusee-nano ~/Downloads/switchhack/hekate_ctcaer_6.3.0.bin"
|
||||||
alias moonpi='ssh 192.168.178.35 "SDL_AUDIODRIVER=alsa moonlight-qt stream -1080 -fps 60 --audio-on-host 192.168.178.25 "BigPicture""'
|
alias moonpi='ssh 192.168.178.35 "SDL_AUDIODRIVER=alsa moonlight-qt stream -1080 -fps 60 --audio-on-host 192.168.178.25 "BigPicture""'
|
||||||
alias ssh='(){ ssh $1 -t tmux;}'
|
alias ssh_t='(){ ssh $1 -t tmux;}'
|
||||||
alias shutmoonpi='ssh 192.168.178.35 "moonlight-qt quit 192.168.178.25 "BigPicture"; killall moonlight-qt"'
|
alias shutmoonpi='ssh 192.168.178.35 "moonlight-qt quit 192.168.178.25 "BigPicture"; killall moonlight-qt"'
|
||||||
|
alias sshserver="ssh -i ~/.ssh/GlaServer00 glala@81.21.121.109"
|
||||||
eval "$(fzf --zsh)"
|
eval "$(fzf --zsh)"
|
||||||
eval "$(zoxide init --cmd cd zsh)"
|
eval "$(zoxide init --cmd cd zsh)"
|
||||||
|
|||||||
Reference in New Issue
Block a user