Hyprland & Tmux configs June 2026
This commit is contained in:
+23
-90
@@ -1,107 +1,40 @@
|
||||
* {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family: "Source Sans Pro", "FontAwesome 6 Free";
|
||||
font-size: 15px;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
transition-duration: 0s;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family: "Victor Mono";
|
||||
font-size: 12px;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
transition-duration: 0s;
|
||||
}
|
||||
|
||||
window.main {
|
||||
color: rgb(101,123,131);
|
||||
background-color: rgb(0,43,54);
|
||||
border-bottom: 1px solid rgb(88,110,117);
|
||||
color: #1c1c1c;
|
||||
background-color: #839496;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
margin-right: 5px;
|
||||
#battery,
|
||||
#custom-workspaces,
|
||||
#workspaces button,
|
||||
#custom-hostname,
|
||||
#clock,
|
||||
#window {
|
||||
color: #1c1c1c;
|
||||
background-color: #839496;
|
||||
padding-right: 5px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
#custom-scratchpad {
|
||||
margin-right: 5px;
|
||||
padding: 0px 5px;
|
||||
}
|
||||
|
||||
/* Modules center */
|
||||
#workspaces {
|
||||
background: #073642;
|
||||
border-radius: 10px;
|
||||
margin: 6px 5px;
|
||||
padding: 0px 6px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
color: #586e75;
|
||||
background: transparent;
|
||||
padding: 4px 4px;
|
||||
transition: color 0.3s ease, text-shadow 0.3s ease, transform 0.3s ease;
|
||||
}
|
||||
|
||||
#workspaces button.occupied {
|
||||
color: #d33682;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: #2aa198;
|
||||
text-shadow: 0 0 4px #ABE9B3;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
color: #6c71c4;
|
||||
}
|
||||
|
||||
#workspaces button.active:hover {}
|
||||
#mode,
|
||||
#network,
|
||||
#pulseaudio,
|
||||
#idle_inhibitor,
|
||||
#temperature,
|
||||
#custom-layout,
|
||||
#hyprland-languages,
|
||||
#custom-menu,
|
||||
#hyprland-window,
|
||||
#custom-zypper {
|
||||
margin: 0px 6px 0px 10px;
|
||||
/* min-width: 30px;*/
|
||||
}
|
||||
|
||||
#clock {
|
||||
margin: 0px 6px 0px 10px;
|
||||
}
|
||||
|
||||
#battery.warning {
|
||||
color: rgba(255, 210, 4, 1);
|
||||
}
|
||||
|
||||
#battery.critical {
|
||||
color: rgba(238, 46, 36, 1);
|
||||
}
|
||||
|
||||
#battery.charging {
|
||||
color: rgba(217, 216, 216, 1);
|
||||
}
|
||||
|
||||
#bluetooth.disabled {
|
||||
color: rgba(128, 128, 128, 1);
|
||||
}
|
||||
|
||||
#bluetooth.off {
|
||||
color: rgba(128, 128, 128, 1);
|
||||
color: #585858;
|
||||
}
|
||||
|
||||
#bluetooth.connected {
|
||||
color: rgba(115, 186, 37, 1);
|
||||
}
|
||||
tooltip {
|
||||
color: #eee8d5;
|
||||
background-color: #073642;
|
||||
text-shadow: none;
|
||||
color: rgba(115, 186, 37, 1);
|
||||
}
|
||||
|
||||
tooltip * {
|
||||
background-color: #073642;
|
||||
color: #eee8d5;
|
||||
background-color: #839496;
|
||||
color: #1c1c1c;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user