switched bar, squared off corners
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
settings = {
|
||||
remove_airplane_btn = true;
|
||||
appearance = {
|
||||
style = "Islands";
|
||||
style = "Solid";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ monitor = DP-1, highres@highrr, 0x0, 1
|
||||
exec-once = hyprctl dispatch workspace 1
|
||||
#exec-once = linux-wallpaperengine --screen-root HDMI-A-1 --silent --fps 60 3000562427
|
||||
exec-once = hyprlock
|
||||
exec-once = waybar
|
||||
exec-once = ashell
|
||||
exec-once = pw-metadata -n settings 0 clock.force-quantum 2048
|
||||
# exec-once = ashell
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
@@ -75,7 +75,7 @@ windowrulev2 = immediate, class:^(cs2)$
|
||||
decoration {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
rounding = 10
|
||||
rounding = 0
|
||||
|
||||
blur {
|
||||
enabled = yes
|
||||
|
||||
@@ -15,7 +15,7 @@ monitor = eDP-1, highres@highrr, 0x0, 1.6
|
||||
exec-once = hyprctl dispatch workspace 1
|
||||
#exec-once = linux-wallpaperengine --screen-root HDMI-A-1 --silent --fps 60 3000562427
|
||||
exec-once = hyprlock
|
||||
exec-once = waybar
|
||||
exec-once = ashell
|
||||
# exec-once = WGPU_BACKEND=gl ashell
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
@@ -69,7 +69,7 @@ general {
|
||||
decoration {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
rounding = 10
|
||||
rounding = 0
|
||||
|
||||
blur {
|
||||
enabled = yes
|
||||
@@ -110,10 +110,6 @@ dwindle {
|
||||
|
||||
layerrule = unset, overlay
|
||||
|
||||
gestures {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
workspace_swipe = off
|
||||
}
|
||||
|
||||
misc {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
{
|
||||
layer = "top";
|
||||
position = "top";
|
||||
margin = "5, 5, 5, 5";
|
||||
#margin = "5, 5, 5, 5";
|
||||
modules-left = [ "hyprland/workspaces"];
|
||||
modules-center = [ "mpris" ];
|
||||
modules-right = [ "cava" "clock" "network" "pulseaudio/slider" "tray" ];
|
||||
@@ -48,11 +48,11 @@
|
||||
* {
|
||||
font-family: "Roboto";
|
||||
font-size: 17px;
|
||||
border-radius: 10px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
margin: 0 4px;
|
||||
margin: 0 0px;
|
||||
}
|
||||
|
||||
#network {
|
||||
@@ -75,7 +75,7 @@
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.modules-left {
|
||||
/*.modules-left {
|
||||
background: @base02;
|
||||
box-shadow: 0px 0px 5px 0px #101010;
|
||||
}
|
||||
@@ -88,7 +88,7 @@
|
||||
.modules-right {
|
||||
background: @base02;
|
||||
box-shadow: 0px 0px 5px 0px #101010;
|
||||
}
|
||||
}*/
|
||||
|
||||
|
||||
window > box {
|
||||
@@ -102,17 +102,19 @@
|
||||
#pulseaudio-slider slider {
|
||||
min-height: 0px;
|
||||
min-width: 0px;
|
||||
border-radius: 10px;
|
||||
|
||||
}
|
||||
|
||||
#pulseaudio-slider trough {
|
||||
min-width: 60px;
|
||||
border-radius: 10px;
|
||||
background-color: @base0D
|
||||
background-color: @base0D;
|
||||
}
|
||||
|
||||
#pulseaudio-slider highlight {
|
||||
background-color: @base0C;
|
||||
border-radius: 10px;
|
||||
}
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user