Updated hypr and waybar
This commit is contained in:
parent
7d729e1029
commit
b20d4cbd51
@ -2,8 +2,8 @@
|
|||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
|
|
||||||
# Day
|
# Day
|
||||||
monitor=DP-2, highrr, 0x1080, 1, bitdepth, 10, vrr, 1
|
monitor=DP-2, highres, 0x1080, 1, vrr, 1
|
||||||
monitor=DP-3, highrr, 760x0, 1, vrr, 1
|
monitor=DP-3, highres, 760x0, 1, vrr, 1
|
||||||
workspace = DP-3, 5
|
workspace = DP-3, 5
|
||||||
|
|
||||||
# Night
|
# Night
|
||||||
@ -50,28 +50,26 @@ input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
general {
|
general {
|
||||||
gaps_in = 5
|
gaps_in = 3
|
||||||
gaps_out = 10
|
gaps_out = 8
|
||||||
border_size = 0
|
border_size = 3
|
||||||
col.active_border = 0xee$lavenderAlpha 45deg
|
col.active_border = 0xee$lavenderAlpha 45deg
|
||||||
col.inactive_border = 0xaa$overlay0Alpha
|
col.inactive_border = 0xaa$overlay0Alpha
|
||||||
layout = dwindle
|
layout = dwindle
|
||||||
allow_tearing = false
|
resize_on_border = true
|
||||||
}
|
}
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 10
|
rounding = 10
|
||||||
blur {
|
blur {
|
||||||
enabled = yes
|
enabled = yes
|
||||||
size = 12
|
size = 6
|
||||||
passes = 1
|
passes = 3
|
||||||
|
new_optimizations = on
|
||||||
|
ignore_opacity = on
|
||||||
|
xray = false
|
||||||
}
|
}
|
||||||
|
|
||||||
drop_shadow = yes
|
|
||||||
shadow_range = 4
|
|
||||||
shadow_render_power = 3
|
|
||||||
col.shadow = 0xee$baseAlpha
|
|
||||||
|
|
||||||
active_opacity = 1.0
|
active_opacity = 1.0
|
||||||
inactive_opacity = 0.9
|
inactive_opacity = 0.9
|
||||||
}
|
}
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
{
|
{
|
||||||
"name": "main",
|
"name": "main",
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"position": "top",
|
"position": "bottom",
|
||||||
"height": 38,
|
"height": 40,
|
||||||
"spacing": 4,
|
"spacing": 4,
|
||||||
"margin-top": 5,
|
"margin-top": 2,
|
||||||
|
"margin-bottom": 2,
|
||||||
"margin-left": 800,
|
"margin-left": 800,
|
||||||
"margin-right": 800,
|
"margin-right": 800,
|
||||||
"margin-bottom": 0,
|
|
||||||
"output": "DP-2",
|
"output": "DP-2",
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"wireplumber",
|
"wireplumber",
|
||||||
|
@ -9,9 +9,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background-color: @base;
|
background: @base;
|
||||||
|
border-radius: 16px;
|
||||||
color: @text;
|
color: @text;
|
||||||
border-radius: 6px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar.hidden {
|
window#waybar.hidden {
|
||||||
@ -20,7 +20,7 @@ window#waybar.hidden {
|
|||||||
|
|
||||||
#workspaces {
|
#workspaces {
|
||||||
margin: 4px 0;
|
margin: 4px 0;
|
||||||
border-radius: 5px;
|
border-radius: 6px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user