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