Change waybar to be more minimalistic
This commit is contained in:
@@ -87,19 +87,6 @@
|
||||
padding-right: 8pt;
|
||||
}
|
||||
|
||||
/* Each critical module */
|
||||
#mode,
|
||||
#memory.critical,
|
||||
#cpu.critical,
|
||||
#temperature.critical,
|
||||
#battery.critical.discharging {
|
||||
animation-timing-function: linear;
|
||||
animation-iteration-count: infinite;
|
||||
animation-direction: alternate;
|
||||
animation-name: blink-critical;
|
||||
animation-duration: 1s;
|
||||
}
|
||||
|
||||
/* Each warning */
|
||||
#network.disconnected,
|
||||
#memory.warning,
|
||||
@@ -109,21 +96,12 @@
|
||||
color: @warning;
|
||||
}
|
||||
|
||||
/* And now modules themselves in their respective order */
|
||||
|
||||
/* Current sway mode (resize etc) */
|
||||
#mode {
|
||||
color: @white;
|
||||
background: @mode;
|
||||
}
|
||||
|
||||
/* Workspaces stuff */
|
||||
#workspaces button {
|
||||
/*font-weight: bold;*/
|
||||
padding-left: 2pt;
|
||||
padding-right: 2pt;
|
||||
color: @white;
|
||||
background: @unfocused;
|
||||
}
|
||||
|
||||
/* Inactive (on unfocused output) */
|
||||
@@ -155,112 +133,52 @@
|
||||
margin-left: 35pt;
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
background: @sound;
|
||||
color: @black;
|
||||
}
|
||||
|
||||
#network {
|
||||
background: @network;
|
||||
color: @white;
|
||||
}
|
||||
|
||||
#memory {
|
||||
background: @memory;
|
||||
color: @black;
|
||||
}
|
||||
|
||||
#cpu {
|
||||
background: @cpu;
|
||||
color: @white;
|
||||
}
|
||||
|
||||
#temperature {
|
||||
background: @temp;
|
||||
color: @black;
|
||||
}
|
||||
|
||||
#language {
|
||||
background: @layout;
|
||||
color: @black;
|
||||
}
|
||||
|
||||
#battery {
|
||||
background: @battery;
|
||||
color: @white;
|
||||
}
|
||||
|
||||
#tray {
|
||||
background: @date;
|
||||
}
|
||||
|
||||
#clock.date {
|
||||
background: @date;
|
||||
color: @white;
|
||||
}
|
||||
|
||||
#clock.time {
|
||||
background: @time;
|
||||
color: @black;
|
||||
}
|
||||
|
||||
#custom-arrow1 {
|
||||
font-size: 11pt;
|
||||
color: @time;
|
||||
background: @date;
|
||||
}
|
||||
|
||||
#custom-arrow2 {
|
||||
font-size: 11pt;
|
||||
color: @date;
|
||||
background: @layout;
|
||||
}
|
||||
|
||||
#custom-arrow3 {
|
||||
font-size: 11pt;
|
||||
color: @layout;
|
||||
background: @battery;
|
||||
}
|
||||
|
||||
#custom-arrow4 {
|
||||
font-size: 11pt;
|
||||
color: @battery;
|
||||
background: @temp;
|
||||
}
|
||||
|
||||
#custom-arrow5 {
|
||||
font-size: 11pt;
|
||||
color: @temp;
|
||||
background: @cpu;
|
||||
}
|
||||
|
||||
#custom-arrow6 {
|
||||
font-size: 11pt;
|
||||
color: @cpu;
|
||||
background: @memory;
|
||||
}
|
||||
|
||||
#custom-arrow7 {
|
||||
font-size: 11pt;
|
||||
color: @memory;
|
||||
background: @network;
|
||||
}
|
||||
|
||||
#custom-arrow8 {
|
||||
font-size: 11pt;
|
||||
color: @network;
|
||||
background: @sound;
|
||||
}
|
||||
|
||||
#custom-arrow9 {
|
||||
font-size: 11pt;
|
||||
color: @sound;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#custom-arrow10 {
|
||||
font-size: 11pt;
|
||||
color: @unfocused;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
/* #pulseaudio { */
|
||||
/* background: @sound; */
|
||||
/* color: @black; */
|
||||
/* } */
|
||||
/**/
|
||||
/* #network { */
|
||||
/* background: @network; */
|
||||
/* color: @white; */
|
||||
/* } */
|
||||
/**/
|
||||
/* #memory { */
|
||||
/* background: @memory; */
|
||||
/* color: @black; */
|
||||
/* } */
|
||||
/**/
|
||||
/* #cpu { */
|
||||
/* background: @cpu; */
|
||||
/* color: @white; */
|
||||
/* } */
|
||||
/**/
|
||||
/* #temperature { */
|
||||
/* background: @temp; */
|
||||
/* color: @black; */
|
||||
/* } */
|
||||
/**/
|
||||
/* #language { */
|
||||
/* background: @layout; */
|
||||
/* color: @black; */
|
||||
/* } */
|
||||
/**/
|
||||
/* #battery { */
|
||||
/* background: @battery; */
|
||||
/* color: @white; */
|
||||
/* } */
|
||||
/**/
|
||||
/* #tray { */
|
||||
/* background: @date; */
|
||||
/* } */
|
||||
/**/
|
||||
/* #clock.date { */
|
||||
/* background: @date; */
|
||||
/* color: @white; */
|
||||
/* } */
|
||||
/**/
|
||||
/* #clock.time { */
|
||||
/* background: @time; */
|
||||
/* color: @black; */
|
||||
/* } */
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user