Compare commits

..

No commits in common. "771ecbc0e8c6e1648967690da0b5801bff92c138" and "99ea3395ec25dc441b3acadbab9d1513a4cffb67" have entirely different histories.

6 changed files with 9 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,3 +1,5 @@
env = WLR_DRM_DEVICES,/dev/dri/card0:/dev/dri/card1
env = WLR_NO_HARDWARE_CURSORS,1
env = TERMINAL,alacritty
monitor=,preferred,auto,1
@ -54,13 +56,13 @@ binds {
input {
kb_layout = us
follow_mouse = 1
kb_options = compose:rctrl
kb_options = compose:rctrl, caps:super
numlock_by_default = true
}
general {
gaps_in = 1
gaps_out = 1
gaps_out = 5
border_size = 2
col.active_border = rgba(002f5fee)
col.inactive_border = rgba(ffffff00)
@ -100,7 +102,7 @@ animations {
dwindle {
preserve_split = yes
no_gaps_when_only = 1
# no_gaps_when_only = 1
force_split = 2
}

View File

@ -2,7 +2,6 @@
"layer": "top", // Waybar at top layer
"height": 28, // Waybar height (to be removed for auto height)
"spacing": 4, // Gaps between modules (4px)
"margin": "0 0 5 0",
"output": "eDP-1",
"modules-left": ["wlr/taskbar"],
"modules-center": ["hyprland/workspaces"],

View File

@ -12,6 +12,9 @@ window#waybar {
transition-duration: .5s;
}
/* window#waybar.hidden { */
/* opacity: 0.2; */
/* } */
button {
border: none;

View File

@ -95,7 +95,7 @@ function zvm_after_init() {
PATHS="$PATHS\n$(fd . ~/.dotfiles -t d -d 1)"
fi
if [ -d ~/Workspace ]; then
PATHS="$PATHS\n$(ssh mallorea fdfind . ~/Workspace -t d -d 8)"
PATHS="$PATHS\n$(fd . ~/Workspace -t d -d 5)"
fi
if [ -d ~/Containers ]; then
PATHS="$PATHS\n$(fd . ~/Containers -t d -d 2)"