feat: more like omarchy
This commit is contained in:
@@ -73,8 +73,8 @@ env = QT_QPA_PLATFORMTHEME,qt5ct
|
|||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||||||
general {
|
general {
|
||||||
gaps_in = 4
|
gaps_in = 3
|
||||||
gaps_out = 8
|
gaps_out = 6
|
||||||
border_size = 1
|
border_size = 1
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
||||||
@@ -92,7 +92,7 @@ general {
|
|||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 3
|
rounding = 2
|
||||||
inactive_opacity = 1.00
|
inactive_opacity = 1.00
|
||||||
active_opacity = 1.00
|
active_opacity = 1.00
|
||||||
fullscreen_opacity = 1.00
|
fullscreen_opacity = 1.00
|
||||||
|
|||||||
@@ -2,9 +2,9 @@
|
|||||||
"layer": "top",
|
"layer": "top",
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"mod": "dock",
|
"mod": "dock",
|
||||||
"margin-left": 8,
|
"margin-left": 0,
|
||||||
"margin-right": 8,
|
"margin-right": 0,
|
||||||
"margin-top": 8,
|
"margin-top": 0,
|
||||||
"margin-bottom": 0,
|
"margin-bottom": 0,
|
||||||
"exclusive": true,
|
"exclusive": true,
|
||||||
"passthrough": false,
|
"passthrough": false,
|
||||||
@@ -57,7 +57,7 @@
|
|||||||
"tooltip": true
|
"tooltip": true
|
||||||
},
|
},
|
||||||
"tray": {
|
"tray": {
|
||||||
"icon-size": 18,
|
"icon-size": 16,
|
||||||
"spacing": 6,
|
"spacing": 6,
|
||||||
"rotate": 0
|
"rotate": 0
|
||||||
},
|
},
|
||||||
@@ -91,7 +91,6 @@
|
|||||||
"9": "",
|
"9": "",
|
||||||
"10": "",
|
"10": "",
|
||||||
"urgent": "",
|
"urgent": "",
|
||||||
"active": "",
|
|
||||||
"default": "",
|
"default": "",
|
||||||
"empty": ""
|
"empty": ""
|
||||||
}
|
}
|
||||||
@@ -105,7 +104,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"clock": {
|
"clock": {
|
||||||
"format": "{:%R %a %d %b}",
|
"format": "{:%A %R}",
|
||||||
"rotate": 0,
|
"rotate": 0,
|
||||||
"tooltip-format": "<tt>{calendar}</tt>",
|
"tooltip-format": "<tt>{calendar}</tt>",
|
||||||
"calendar": {
|
"calendar": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
@import url("../rider-palette/palette.css");
|
@import url("../rider-palette/palette.css");
|
||||||
|
|
||||||
@define-color foreground @rider-fg-bright;
|
@define-color foreground @rider-fg;
|
||||||
@define-color foreground-muted @rider-fg-gutter;
|
@define-color foreground-muted @rider-fg-gutter;
|
||||||
@define-color background @rider-bg;
|
@define-color background @rider-bg;
|
||||||
@define-color background-alt @rider-cursor-line;
|
@define-color background-alt @rider-cursor-line;
|
||||||
@@ -11,23 +11,23 @@
|
|||||||
@define-color warning @rider-string;
|
@define-color warning @rider-string;
|
||||||
@define-color danger @rider-error;
|
@define-color danger @rider-error;
|
||||||
|
|
||||||
|
/* font-family: 'JetBrainsMono Nerd Font Mono';*/
|
||||||
* {
|
* {
|
||||||
color: @foreground;
|
color: @foreground;
|
||||||
font-family: 'JetBrainsMono Nerd Font Mono';
|
font-family: 'JetBrainsMono Nerd Font';
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
min-height: 0;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background: alpha(@background, 0.95);
|
background: @background;
|
||||||
border: 1px solid #595959;
|
border-radius: 0px;
|
||||||
border-radius: 6px;
|
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
color: @foreground;
|
color: @foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar>box {
|
window#waybar>box {
|
||||||
padding: 8px;
|
padding: 6px 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tooltip {
|
tooltip {
|
||||||
@@ -56,30 +56,30 @@ tooltip {
|
|||||||
#custom-power {
|
#custom-power {
|
||||||
background: alpha(@background, 0.56);
|
background: alpha(@background, 0.56);
|
||||||
border: 1px solid alpha(@foreground, 0.14);
|
border: 1px solid alpha(@foreground, 0.14);
|
||||||
border-radius: 9px;
|
border-radius: 8px;
|
||||||
box-shadow: 0 8px 24px alpha(@background, 0.22);
|
box-shadow: 0 8px 24px alpha(@background, 0.22);
|
||||||
margin: 0 4px;
|
margin: 0 3px;
|
||||||
padding: 0 12px;
|
padding: 0 10px;
|
||||||
min-height: 34px;
|
min-height: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces {
|
#workspaces {
|
||||||
padding: 0 6px;
|
padding: 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
all: initial;
|
all: initial;
|
||||||
font-size: 21px;
|
font-size: 18px;
|
||||||
min-width: 22px;
|
min-width: 19px;
|
||||||
padding: 0 4px;
|
padding: 0 3px;
|
||||||
margin: 5px 2px;
|
margin: 4px 2px;
|
||||||
border-radius: 7px;
|
border-radius: 6px;
|
||||||
color: @foreground-muted;
|
color: @foreground-muted;
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button label {
|
#workspaces button label {
|
||||||
font-size: 21px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.empty {
|
#workspaces button.empty {
|
||||||
@@ -100,14 +100,14 @@ tooltip {
|
|||||||
|
|
||||||
#window {
|
#window {
|
||||||
color: @foreground-muted;
|
color: @foreground-muted;
|
||||||
padding-right: 16px;
|
padding-right: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock {
|
#clock {
|
||||||
border-color: alpha(@accent, 0.35);
|
|
||||||
color: @foreground;
|
color: @foreground;
|
||||||
font-weight: 400;
|
padding: 0 15px;
|
||||||
padding: 0 18px;
|
box-shadow: none;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#network {
|
#network {
|
||||||
@@ -145,13 +145,12 @@ tooltip {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#tray {
|
#tray {
|
||||||
padding: 0 14px;
|
padding: 0 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-power {
|
#custom-power {
|
||||||
color: @danger;
|
color: @danger;
|
||||||
font-size: 22px;
|
padding: 0px 16px 0px 12px;
|
||||||
padding: 0 13px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-launcher:hover,
|
#custom-launcher:hover,
|
||||||
@@ -187,8 +186,8 @@ menu#menu {
|
|||||||
|
|
||||||
menu#menu menuitem {
|
menu#menu menuitem {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
margin: 2px 4px;
|
margin: 10px;
|
||||||
padding: 6px 12px;
|
padding: 8px 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
menu#menu menuitem:hover {
|
menu#menu menuitem:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user