🍚 RICE

This commit is contained in:
xqtc 2024-09-02 19:39:07 +02:00
parent 82a65bb5f5
commit 07661810fd
2 changed files with 6 additions and 4 deletions

View file

@ -91,7 +91,7 @@ dwindle {
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 = master
} }
gestures { gestures {
@ -114,10 +114,12 @@ windowrulev2 = float,class:^(wezterm)$,title:^(wezterm)$
$mainMod = SUPER $mainMod = SUPER
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod SHIFT, return, exec, wezterm-gui bind = $mainMod, return, exec, foot
bind = $mainMod SHIFT, Q, killactive, bind = $mainMod SHIFT, Q, killactive,
bind = $mainMod SHIFT, X, exit, bind = $mainMod SHIFT, X, exit,
bind = $mainMod, L, exec, swaylock --indicator --clock --effect-blur 7x5 -e -f -i "~/dotfiles_new/walls/walls/1543142967600.jpg" # bind = $mainMod, L, exec, swaylock --indicator --clock --effect-blur 7x5 -e -f -i "~/dotfiles_new/walls/walls/1543142967600.jpg"
bind = $mainMod, L, exec, swaylock --indicator --clock --effect-blur 4x5 -e -f -S --fade-in 0.4 --inside-color 1e1e2e --ring-color 45475a --text-color cdd6f4 --inside-wrong-color f38ba8 --ring-wrong-color f38ba8 --inside-ver-color 89b4fa --ring-ver-color 89b4fa
bind = $mainMod SHIFT, SPACE, togglefloating, bind = $mainMod SHIFT, SPACE, togglefloating,
bind = $mainMod, P, exec, rofi -show drun bind = $mainMod, P, exec, rofi -show drun

View file

@ -24,7 +24,7 @@
height = 30; height = 30;
# modules-left = ["wlr/workspaces"]; # modules-left = ["wlr/workspaces"];
#modules-center = [ "hyprland/window" ]; #modules-center = [ "hyprland/window" ];
modules-center = ["wlr/workspaces" "tray" "network" "battery" "battery#bat2" "clock"]; modules-center = ["hyprland/workspaces" "tray" "network" "battery" "battery#bat2" "clock"];
"tray" = {"icon-size" = 21;}; "tray" = {"icon-size" = 21;};
"network" = { "network" = {
"format-wifi" = "NET: {essid} ({signalStrength}%) "; "format-wifi" = "NET: {essid} ({signalStrength}%) ";