New close to finshed waybar
This commit is contained in:
@@ -3,6 +3,8 @@
|
|||||||
{
|
{
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
"position": "top",
|
"position": "top",
|
||||||
|
|
||||||
// If height property would be not present, it'd be calculated dynamically
|
// If height property would be not present, it'd be calculated dynamically
|
||||||
@@ -16,7 +18,7 @@
|
|||||||
|
|
||||||
],
|
],
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
"custom/des",
|
|
||||||
"custom/seperator",
|
"custom/seperator",
|
||||||
"custom/firefox",
|
"custom/firefox",
|
||||||
"custom/seperator",
|
"custom/seperator",
|
||||||
@@ -201,18 +203,18 @@
|
|||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
"custom/firefox": {
|
"custom/firefox": {
|
||||||
"format": "",
|
"format": "browser ",
|
||||||
"on-click": "exec usr/bin/firefox",
|
"on-click": "exec firefox",
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
"custom/terminal": {
|
"custom/terminal": {
|
||||||
"format": "",
|
"format": "terminal ",
|
||||||
"on-click": "exec usr/bin/alacritty",
|
"on-click": "exec alacritty",
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
"custom/files": {
|
"custom/files": {
|
||||||
"format": "",
|
"format": "files ",
|
||||||
"on-click": "usr/bin/thunar",
|
"on-click": "thunar",
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
"custom/seperator": {
|
"custom/seperator": {
|
||||||
@@ -225,10 +227,6 @@
|
|||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
|
|
||||||
"custom/des": {
|
|
||||||
"format": "Applications",
|
|
||||||
},
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
/* The whole bar */
|
/* The whole bar */
|
||||||
#waybar {
|
#waybar {
|
||||||
background: #323232;
|
background: #000000;
|
||||||
color: white;
|
color: white;
|
||||||
font-family: Cantarell, Noto Sans, sans-serif;
|
font-family: Cantarell, Noto Sans, sans-serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
@@ -84,7 +84,9 @@
|
|||||||
animation-timing-function: linear;
|
animation-timing-function: linear;
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
animation-direction: alternate;
|
animation-direction: alternate;
|
||||||
|
/*
|
||||||
background-color: #545157;
|
background-color: #545157;
|
||||||
|
*/
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
@@ -110,13 +112,18 @@
|
|||||||
|
|
||||||
#clock {
|
#clock {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background-color: #545157;
|
/*
|
||||||
|
color:#81a1c1;
|
||||||
|
*/
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
|
font-size: 15px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#cpu {
|
#cpu {
|
||||||
|
/*
|
||||||
background-color: #545157;
|
background-color: #545157;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#cpu.warning {
|
#cpu.warning {
|
||||||
@@ -131,7 +138,9 @@
|
|||||||
animation-timing-function: linear;
|
animation-timing-function: linear;
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
animation-direction: alternate;
|
animation-direction: alternate;
|
||||||
|
/*
|
||||||
color: #a3be8c
|
color: #a3be8c
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#memory.warning {
|
#memory.warning {
|
||||||
@@ -152,7 +161,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#network {
|
#network {
|
||||||
background-color: #545157;
|
/*
|
||||||
|
no styles
|
||||||
|
*/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -162,7 +173,7 @@
|
|||||||
|
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
color: @base07;
|
color: @base07;
|
||||||
background-color: #545157;
|
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
#pulseaudio.muted {
|
#pulseaudio.muted {
|
||||||
@@ -219,14 +230,11 @@
|
|||||||
color: #c9545d;
|
color: #c9545d;
|
||||||
}
|
}
|
||||||
#custom-power {
|
#custom-power {
|
||||||
color: #eceff4;
|
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
margin-right: 7px;
|
|
||||||
margin-top: 4px;
|
|
||||||
margin-bottom:4px;
|
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
background-color: #545157;
|
margin-top: 3px;
|
||||||
|
|
||||||
}
|
}
|
||||||
#backlight {
|
#backlight {
|
||||||
@@ -235,20 +243,21 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
#custom-weather {
|
#custom-weather {
|
||||||
color:#81a1c1;
|
/*
|
||||||
|
no styles
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
#custom-firefox {
|
#custom-firefox {
|
||||||
font-size: 20px;
|
font-size: 15px;
|
||||||
color: #d08770;
|
color: #d08770;
|
||||||
}
|
}
|
||||||
#custom-files {
|
#custom-files {
|
||||||
color: #ebcb8b;
|
color: #ebcb8b;
|
||||||
font-size: 20px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
#custom-seperator {
|
#custom-seperator {
|
||||||
color: #a3be8c;
|
margin-left: 10px;
|
||||||
margin-left: 20px;
|
margin-right: 10px;
|
||||||
margin-right: 20px;
|
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
#custom-big {
|
#custom-big {
|
||||||
@@ -259,7 +268,9 @@
|
|||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
#custom-keyboard-layout {
|
#custom-keyboard-layout {
|
||||||
|
/*
|
||||||
color: #c90000;
|
color: #c90000;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
#custom-launcher {
|
#custom-launcher {
|
||||||
color: #eceff4;
|
color: #eceff4;
|
||||||
|
|||||||
Reference in New Issue
Block a user