mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 20:20:38 +02:00
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:
@@ -5,7 +5,7 @@ general {
|
|||||||
border_size = 2
|
border_size = 2
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
# 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)
|
col.inactive_border = rgba(595959aa)
|
||||||
|
|
||||||
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
monitor = DP-1, 2560x1440@180, 0x0, 1
|
monitor = DP-1, 2560x1440@180, 0x0, 1
|
||||||
monitor = HDMI-A-2, 1920x1080@60, -1920x0, 1
|
monitor = DP-2, 1920x1080@60, -1920x0, 1
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
windowrulev2 = workspace 5, class:^(Gimp)$
|
windowrulev2 = workspace 5, class:^(gimp)$
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
workspace = 1, monitor:HDMI-A-2
|
workspace = 1, monitor:DP-2
|
||||||
workspace = 2, monitor:DP-1
|
workspace = 2, monitor:DP-1
|
||||||
workspace = 3, monitor:DP-1
|
workspace = 3, monitor:DP-1
|
||||||
workspace = 4, monitor:DP-1
|
workspace = 4, monitor:DP-1
|
||||||
workspace = 9, monitor:HDMI-A-2
|
workspace = 9, monitor:DP-2
|
||||||
workspace = 10, monitor:HDMI-A-2
|
workspace = 10, monitor:DP-2
|
||||||
|
|||||||
@@ -11,28 +11,28 @@ height=300
|
|||||||
margin=25,25,10,10
|
margin=25,25,10,10
|
||||||
padding=10
|
padding=10
|
||||||
font="Cousine Nerd Font mono"
|
font="Cousine Nerd Font mono"
|
||||||
background-color=#A9A9A980
|
background-color=#249eca80
|
||||||
text-color=#A9A9A9
|
text-color=#FFFFFF
|
||||||
border-radius=15
|
border-radius=15
|
||||||
|
|
||||||
[urgency=low]
|
[urgency=low]
|
||||||
border-color=#D3D3D3
|
border-color=#87CEEB
|
||||||
|
|
||||||
[urgency=normal]
|
[urgency=normal]
|
||||||
border-color=#A9A9A980
|
border-color=#00000080
|
||||||
|
|
||||||
[urgency=critical]
|
[urgency=critical]
|
||||||
on-notify=exec paplay /usr/share/sounds/freedesktop/stereo/window-attention.oga
|
on-notify=exec paplay /usr/share/sounds/freedesktop/stereo/window-attention.oga
|
||||||
border-color=#808080
|
border-color=#FF0000
|
||||||
|
|
||||||
[app-name=wp-vol]
|
[app-name=wp-vol]
|
||||||
height=50
|
height=50
|
||||||
background-color=#A9A9A999
|
background-color=#249eca99
|
||||||
border-color=#A9A9A999
|
border-color=#249eca99
|
||||||
layer=overlay
|
layer=overlay
|
||||||
history=0
|
history=0
|
||||||
anchor=center
|
anchor=center
|
||||||
progress-color=source #AAAAAA33
|
progress-color=source #5588AA33
|
||||||
text-alignment=center
|
text-alignment=center
|
||||||
|
|
||||||
[mode=do-not-disturb]
|
[mode=do-not-disturb]
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
@define-color background rgba(169, 169, 169, 0.20);
|
@define-color background rgba(36, 158, 202, 0.20);
|
||||||
@define-color foreground rgba(169, 169, 169, 0.30);
|
@define-color foreground rgba(36, 158, 202, 0.30);
|
||||||
@define-color font-color #A9A9A9;
|
@define-color font-color #499DA9;
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
#A9A9A9
|
#249ECA
|
||||||
#A9A9A9
|
#499DA9
|
||||||
|
|||||||
Reference in New Issue
Block a user