updates cleanups and other shit im unsure of

This commit is contained in:
xsghetti 2024-04-18 23:21:26 -04:00
parent 2700045561
commit 4616bd12cd
14 changed files with 15 additions and 19 deletions

View file

@ -62,8 +62,7 @@ animations {
animation = workspaces, 1, 6, default, slidefade
animation = borderangle, 1, 8, default
animation = fade, 1, 7, default
# animation = windows, 1, 6, wind, slide
animation = windowsIn, 1, 6, winIn, slide
# animation = border, 1, 1, liner
# animation = borderangle, 1, 100, liner, loop
}

View file

@ -12,26 +12,22 @@ source = ~/.cache/wal/colors-hyprland.conf
#Desktop
monitor = DP-1, 1920x1080@100, 0x0, 1
monitor = HDMI-A-1, 1920x1080@100, auto, 1
monitor = DP-2, 1920x1080@100, auto, 1
# monitor = HDMI-A-1, transform, 3
workspace = 1, persistent:true,monitor:DP-1,default:true
workspace = 2, persistent:true,monitor:DP-1
workspace = 3, persistent:true,monitor:DP-1
workspace = 4, persistent:true,monitor:DP-1
workspace = 5, persistent:true,monitor:DP-1
workspace = 6, persistent:true,monitor:HDMI-A-1
workspace = 7, persistent:true,monitor:HDMI-A-1
workspace = 8, persistent:true,monitor:HDMI-A-1
workspace = 9, persistent:true,monitor:HDMI-A-1
workspace = 0, persistent:true,monitor:HDMI-A-1
workspace = 6, persistent:true,monitor:DP-2
workspace = 7, persistent:true,monitor:DP-2
workspace = 8, persistent:true,monitor:DP-2
workspace = 9, persistent:true,monitor:DP-2
workspace = 0, persistent:true,monitor:DP-2
# Laptop
monitor = eDP-1, 1920x1080@144, auto, 1
workspace = 1, persistent:true,monitor:eDP-1,default:true
workspace = 2, persistent:true,monitor:eDP-1
workspace = 3, persistent:true,monitor:eDP-1
workspace = 4, persistent:true,monitor:eDP-1
workspace = 5, persistent:true,monitor:eDP-1
# monitor = eDP-1, 1920x1080@144, auto, 1
# workspace = eDP-1,1
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
@ -115,7 +111,7 @@ plugin {
columns = 3
gap_size = 20
bg_col = $color3
workspace_method = center current # [center/first] [workspace] e.g. first 1 or center m+1
workspace_method = first 1 # [center/first] [workspace] e.g. first 1 or center m+1
enable_gesture = true # laptop touchpad, 4 fingers
gesture_distance = 300 # how far is the "max"

View file

@ -72,7 +72,7 @@ label {
}
label {
monitor = HDMI-A-1
monitor = DP-2
text = cmd[update:1000] ~/.config/hypr/scripts/time_in_binary.py 1
color = rgba(238, 206, 207,0.8)
font_size = 25

View file

@ -4,7 +4,7 @@ $mainMod = SUPER
# My Keybinds
bind = $mainMod, F, exec, $browser
bind = $mainMod, R, exec, pypr toggle term
bind = $mainMod, ESCAPE, exec, killall waybar || waybar
bind = $mainMod SHIFT, ESCAPE, exec, killall waybar || waybar
bind = $mainMod, D, exec, $discord
bind = $mainMod SHIFT, W, exec, wp
bind = $mainMod SHIFT, F, fullscreen

0
.config/hypr/scripts/time_in_binary.py Normal file → Executable file
View file

1
.config/nvim Submodule

@ -0,0 +1 @@
Subproject commit 46501838b91c541f956883b29594e38f87f96493

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 815 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

View file

@ -6,7 +6,7 @@
"position": "top", // Waybar position (top|bottom|left|right)
"height": 30, // Waybar height (to be removed for auto height)
// "spacing": 4, // Gaps between modules (4px)
"margin-top": 5,
"margin-top": 10,
"margin-left": 10,
"margin-right": 10,