Black/Gold theme
This commit is contained in:
@@ -33,10 +33,7 @@
|
||||
},
|
||||
"cpu": {
|
||||
"format": "{usage}% ",
|
||||
"tooltip": false
|
||||
},
|
||||
"memory": {
|
||||
"format": "{}% "
|
||||
"tooltip": true
|
||||
},
|
||||
"battery": {
|
||||
"states": {
|
||||
|
||||
@@ -3,12 +3,14 @@
|
||||
<object class="GtkMenu" id="menu">
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="shutdown">
|
||||
<property name="label">Shutdown</property>
|
||||
<property name="label">Power Off</property>
|
||||
<property name="tooltip-text">Terminate all systems and cut power supply</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="reboot">
|
||||
<property name="label">Reboot</property>
|
||||
<property name="tooltip-text">Reinitialize system components</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
@@ -17,6 +19,7 @@
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="lock">
|
||||
<property name="label">Lock</property>
|
||||
<property name="tooltip-text">Secure session and block access</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
@@ -25,11 +28,7 @@
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="suspend">
|
||||
<property name="label">Suspend</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="hibernate">
|
||||
<property name="label">Hibernate</property>
|
||||
<property name="tooltip-text">Pause system operations, maintain minimal power</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background-color: rgba(30, 34, 38, 1);
|
||||
border-bottom: 2px solid #4c5a66;
|
||||
color: #e0e6ed;
|
||||
background-color: rgba(28, 30, 31, 1);
|
||||
border-bottom: 2px solid rgba(28, 30, 31, 1);
|
||||
color: rgba(224, 230, 237, 1);
|
||||
transition: background-color 0.5s;
|
||||
}
|
||||
|
||||
@@ -14,62 +14,17 @@ window#waybar.hidden {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
button {
|
||||
box-shadow: inset 0 -2px transparent;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background: rgba(76, 90, 102, 0.2);
|
||||
box-shadow: inset 0 -2px #90a4b8;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 5px;
|
||||
background-color: transparent;
|
||||
color: #cbd3db;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
background: rgba(144, 164, 184, 0.1);
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
background-color: #3b4651;
|
||||
box-shadow: inset 0 -2px #90a4b8;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
background-color: #b03c3c;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#mode {
|
||||
background-color: #3b4651;
|
||||
box-shadow: inset 0 -2px #90a4b8;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#clock,
|
||||
#battery,
|
||||
#cpu,
|
||||
#temperature,
|
||||
#backlight,
|
||||
#network,
|
||||
#pulseaudio,
|
||||
#custom-media,
|
||||
#tray,
|
||||
#mode,
|
||||
#scratchpad,
|
||||
#keyboard-state {
|
||||
#tray{
|
||||
padding: 0 10px;
|
||||
color: #e0e6ed;
|
||||
color: rgba(224, 230, 237, 1);
|
||||
}
|
||||
|
||||
#window,
|
||||
#workspaces {
|
||||
#window {
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
@@ -81,42 +36,42 @@ button:hover {
|
||||
}
|
||||
|
||||
#clock {
|
||||
background-color: rgba(76, 90, 102, 1);
|
||||
background-color: rgba(28, 30, 31, 1);
|
||||
}
|
||||
|
||||
#custom-power {
|
||||
background-color: rgba(76, 90, 102, 1);
|
||||
background-color: rgba(224, 64, 64, 1);
|
||||
}
|
||||
|
||||
#battery {
|
||||
background-color: rgba(76, 90, 102, 1);
|
||||
background-color: rgba(28, 30, 31, 1);
|
||||
}
|
||||
|
||||
#cpu {
|
||||
background-color: rgba(76, 90, 102, 1);
|
||||
background-color: rgba(28, 30, 31, 1);
|
||||
}
|
||||
|
||||
#network {
|
||||
background-color: rgba(76, 90, 102, 1);
|
||||
background-color: rgba(28, 30, 31, 1);
|
||||
}
|
||||
|
||||
#network.disconnected {
|
||||
background-color: rgba(176, 60, 60, 1);
|
||||
background-color: rgba(224, 64, 64, 1);
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
background-color: rgba(76, 90, 102, 1);
|
||||
background-color: rgba(28, 30, 31, 1);
|
||||
}
|
||||
|
||||
#pulseaudio.muted {
|
||||
background-color: rgba(47, 57, 66, 1);
|
||||
color: #aab4be;
|
||||
background-color: rgba(28, 30, 31, 1);
|
||||
color: rgba(174, 179, 173, 1);
|
||||
}
|
||||
|
||||
#tray {
|
||||
background-color: rgba(76, 90, 102, 1);
|
||||
background-color: rgba(28, 30, 31, 1);
|
||||
}
|
||||
|
||||
#tray > .needs-attention {
|
||||
background-color: rgba(176, 60, 60, 1);
|
||||
background-color: rgba(224, 64, 64, 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user