Update .config/hypr/hyprland/general.conf

Update .config/hypr/hyprland/monitors.conf
Update .config/hypr/hyprland/rules/gimp.conf
Update .config/hypr/hyprland/workspaces.conf
Update .config/mako/config
Update .config/waybar/colors.css
Update .config/wofi/colors
This commit is contained in:
2025-04-16 12:43:16 +02:00
parent 412f567ecf
commit 2f9503b366
7 changed files with 19 additions and 19 deletions

View File

@@ -5,7 +5,7 @@ general {
border_size = 2
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
col.active_border = rgba(249ECA33) rgba(249ECA4C) 45deg
col.active_border = rgba(09E4F333) rgba(48F3094C) 45deg
col.inactive_border = rgba(595959aa)
# Set to true enable resizing windows by clicking and dragging on borders and gaps

View File

@@ -1,2 +1,2 @@
monitor = DP-1, 2560x1440@180, 0x0, 1
monitor = HDMI-A-2, 1920x1080@60, -1920x0, 1
monitor = DP-2, 1920x1080@60, -1920x0, 1

View File

@@ -1 +1 @@
windowrulev2 = workspace 5, class:^(Gimp)$
windowrulev2 = workspace 5, class:^(gimp)$

View File

@@ -1,6 +1,6 @@
workspace = 1, monitor:HDMI-A-2
workspace = 1, monitor:DP-2
workspace = 2, monitor:DP-1
workspace = 3, monitor:DP-1
workspace = 4, monitor:DP-1
workspace = 9, monitor:HDMI-A-2
workspace = 10, monitor:HDMI-A-2
workspace = 9, monitor:DP-2
workspace = 10, monitor:DP-2

View File

@@ -11,28 +11,28 @@ height=300
margin=25,25,10,10
padding=10
font="Cousine Nerd Font mono"
background-color=#A9A9A980
text-color=#A9A9A9
background-color=#249eca80
text-color=#FFFFFF
border-radius=15
[urgency=low]
border-color=#D3D3D3
border-color=#87CEEB
[urgency=normal]
border-color=#A9A9A980
border-color=#00000080
[urgency=critical]
on-notify=exec paplay /usr/share/sounds/freedesktop/stereo/window-attention.oga
border-color=#808080
border-color=#FF0000
[app-name=wp-vol]
height=50
background-color=#A9A9A999
border-color=#A9A9A999
background-color=#249eca99
border-color=#249eca99
layer=overlay
history=0
anchor=center
progress-color=source #AAAAAA33
progress-color=source #5588AA33
text-alignment=center
[mode=do-not-disturb]

View File

@@ -1,3 +1,3 @@
@define-color background rgba(169, 169, 169, 0.20);
@define-color foreground rgba(169, 169, 169, 0.30);
@define-color font-color #A9A9A9;
@define-color background rgba(36, 158, 202, 0.20);
@define-color foreground rgba(36, 158, 202, 0.30);
@define-color font-color #499DA9;

View File

@@ -1,2 +1,2 @@
#A9A9A9
#A9A9A9
#249ECA
#499DA9