24.11 update

This commit is contained in:
Bryan Ramos 2024-12-10 22:54:57 -05:00
parent f5bcebf6e7
commit 09e5d22e2d
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
12 changed files with 109 additions and 47 deletions

View file

@ -10,7 +10,7 @@
"custom/logo": {
"format": "",
"tooltip": false,
"on-click": "alacritty -e neofetch"
"on-click": "alacritty --class sys-specs -e bash -c 'fastfetch; read -n 1'"
},
"hyprland/workspaces": {

View file

@ -28,6 +28,7 @@ in
exec-once = [
"waybar"
"hyprctl setcursor Vanilla-DMZ 24"
];
bind = [
@ -47,9 +48,9 @@ in
"$mod, F, fullscreen"
", Print, exec, grim ~/Pictures/screenshot-$(date +'%Y%m%d-%H%M%S').png"
"SHIFT, Print, exec, grim -g \"$(slurp)\" ~/Pictures/screenshot-$(date +'%Y%m%d-%H%M%S').png"
"$mod&SHIFT, Print, exec, grim -g \"$(slurp)\" ~/Pictures/screenshot-$(date +'%Y%m%d-%H%M%S').png"
"$mod&SHIFT, F, exec, alacritty -e sh -c 'EDITOR=nvim ranger'"
#''$mod&SHIFT, Print, exec, sh -c 'grim -g "$(swaymsg -t get_tree | jq -j '"'"'.. | select(.type?) | select(.focused).rect | "\(.x),\(.y) \(.width)x\(.height)"'"'"')" ~/Pictures/screenshot-$(date +'%Y%m%d-%H%M%S').png'"''
''SHIFT, Print, exec, grim -g "$(hyprctl activewindow -j | jq -r '"\(.at[0]),\(.at[1]) \(.size[0])x\(.size[1])"')" ~/Pictures/screenshot-$(date +'%Y%m%d-%H%M%S').png''
"$mod, D, exec, $menu"
"$mod&SHIFT, D, exec, rofi -modi emoji -show emoji"
@ -74,6 +75,7 @@ in
windowrulev2 = [
"float, title:(Android Emulator)"
"float, title: Extension: (PassFF)"
"float, size 400 600, stayfocused, class:sys-specs"
];
general = {
@ -98,8 +100,9 @@ in
};
env = [
"HYPRCURSOR_SIZE, 24"
"GTK_THEME, Juno-ocean"
"HYPRCURSOR_THEME,Vanilla-DMZ"
"HYPRCURSOR_SIZE,24"
"GTK_THEME,Juno"
"LIBVA_DRIVER_NAME,nvidia"
"XDG_SESSION_TYPE,wayland"
@ -148,7 +151,7 @@ in
terminus-nerdfont
noto-fonts
noto-fonts-cjk
noto-fonts-cjk-sans
noto-fonts-emoji
];
@ -180,13 +183,17 @@ in
gtk = {
enable = true;
theme = {
name = "Juno-ocean";
name = "Juno";
package = pkgs.juno-theme;
};
iconTheme = {
name = "Qogir";
package = pkgs.qogir-icon-theme;
};
cursorTheme = {
package = pkgs.vanilla-dmz;
name = "Vanilla-DMZ";
};
gtk3.extraConfig = {
gtk-application-prefer-dark-theme = 1;
};
@ -198,7 +205,7 @@ in
qt = {
enable = true;
style = {
name = "juno-ocean";
name = "juno";
package = pkgs.juno-theme;
};
platformTheme.name = "gtk";

View file

@ -140,7 +140,7 @@ in
terminus-nerdfont
noto-fonts
noto-fonts-cjk
noto-fonts-cjk-sans
noto-fonts-emoji
];

View file

@ -6,6 +6,7 @@ let
marksman
sumneko-lua-language-server stylua
nodePackages."@tailwindcss/language-server"
pyright
clang-tools
#arduino-language-server
];
@ -14,7 +15,6 @@ let
typescript-language-server
vscode-langservers-extracted
bash-language-server
pyright
vls
];