armory: rough win98 style
This commit is contained in:
+17
-8
@@ -2,25 +2,26 @@
|
||||
{
|
||||
"name": "main",
|
||||
"layer": "bottom",
|
||||
"position": "top",
|
||||
"position": "bottom",
|
||||
"height": 40,
|
||||
"spacing": 0,
|
||||
"output": "DP-1",
|
||||
"reload_style_on_change": true,
|
||||
"modules-left": [
|
||||
"custom/appmenu",
|
||||
"disk",
|
||||
"memory",
|
||||
"cpu",
|
||||
"custom/gpu",
|
||||
"temperature"
|
||||
"hyprland/workspaces",
|
||||
"wlr/taskbar"
|
||||
],
|
||||
"modules-center": [
|
||||
"hyprland/workspaces"
|
||||
],
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"wireplumber",
|
||||
"disk",
|
||||
"memory",
|
||||
"cpu",
|
||||
"custom/gpu",
|
||||
"temperature",
|
||||
"network#ethernet",
|
||||
"clock",
|
||||
"custom/poweroff"
|
||||
@@ -89,6 +90,14 @@
|
||||
}
|
||||
|
||||
},
|
||||
"wlr/taskbar": {
|
||||
"format": "{icon} {title:.15}",
|
||||
"tooltip-format": "{title}",
|
||||
"on-click": "activate",
|
||||
"ignore-list": [
|
||||
"Wayland to X Recording bridge — Xwayland Video Bridge"
|
||||
],
|
||||
},
|
||||
"wireplumber": {
|
||||
"format": " {volume}%",
|
||||
"format-muted": " 0%",
|
||||
@@ -102,7 +111,7 @@
|
||||
"spacing": 10
|
||||
},
|
||||
"custom/appmenu": {
|
||||
"format": "",
|
||||
"format": " Start",
|
||||
"on-click": "pkill -x rofi || rofi -show drun"
|
||||
},
|
||||
"custom/gpu": {
|
||||
|
||||
+30
-9
@@ -4,35 +4,41 @@
|
||||
border: none;
|
||||
border-radius: 0px;
|
||||
min-height: 0;
|
||||
font-weight: bold;
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
font-family: "Hack Nerd Font";
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background-color: alpha(@crust, 0.3);
|
||||
background-color: #D9CFC2;
|
||||
border-radius: 0px;
|
||||
border-bottom: 0px solid @overlay0;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
color: @peach;
|
||||
border-radius: 8px;
|
||||
margin: 4px 2px;
|
||||
color: black;
|
||||
border-radius: 0px;
|
||||
margin: 0px 0px;
|
||||
padding: 0px 8px;
|
||||
transition: all 0.4s ease;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
border: 2px solid #EAE5DE;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
background-color: alpha(@peach, 0.2);
|
||||
border: 2px solid grey;
|
||||
transition: all 0.4s ease;
|
||||
}
|
||||
|
||||
|
||||
.modules-left,
|
||||
.modules-center,
|
||||
.modules-right {
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
margin: 3px 2px;
|
||||
}
|
||||
|
||||
.modules-left {
|
||||
@@ -41,6 +47,7 @@ window#waybar {
|
||||
|
||||
.modules-right {
|
||||
padding-right: 0px;
|
||||
border: 2px solid #EAE5DE;
|
||||
}
|
||||
|
||||
#clock,
|
||||
@@ -52,24 +59,38 @@ window#waybar {
|
||||
#wireplumber,
|
||||
#workspaces,
|
||||
#network,
|
||||
#taskbar,
|
||||
#custom-appmenu,
|
||||
#custom-gpu,
|
||||
#custom-poweroff,
|
||||
#custom-weather {
|
||||
background-color: transparent;
|
||||
border-radius: 10px;
|
||||
border-radius: 0px;
|
||||
border: 0px;
|
||||
margin-left: 6px;
|
||||
margin-right: 6px;
|
||||
color: @peach;
|
||||
color: black;
|
||||
min-width: 45px;
|
||||
}
|
||||
|
||||
#taskbar button {
|
||||
color: black;
|
||||
border: 1px solid #EAE5DE;
|
||||
}
|
||||
|
||||
#taskbar button.active {
|
||||
border: 1px solid grey;
|
||||
}
|
||||
|
||||
#network {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#custom-appmenu {
|
||||
padding: 0px 4px;
|
||||
border: 2px solid #EAE5DE;
|
||||
}
|
||||
|
||||
#custom-appmenu,
|
||||
#workspaces label,
|
||||
#network {
|
||||
|
||||
Reference in New Issue
Block a user