New close to finshed waybar

This commit is contained in:
OdiousImp2604
2021-01-19 16:36:53 +00:00
committed by GitHub
parent bd0f3a7384
commit f4d251a4f8
2 changed files with 36 additions and 27 deletions

View File

@@ -2,6 +2,8 @@
// Global
{
"layer": "top",
"position": "top",
@@ -16,7 +18,7 @@
],
"modules-center": [
"custom/des",
"custom/seperator",
"custom/firefox",
"custom/seperator",
@@ -201,18 +203,18 @@
"tooltip": false
},
"custom/firefox": {
"format": "",
"on-click": "exec usr/bin/firefox",
"format": "browser ",
"on-click": "exec firefox",
"tooltip": false
},
"custom/terminal": {
"format": "",
"on-click": "exec usr/bin/alacritty",
"format": "terminal ",
"on-click": "exec alacritty",
"tooltip": false
},
"custom/files": {
"format": "",
"on-click": "usr/bin/thunar",
"format": "files ",
"on-click": "thunar",
"tooltip": false
},
"custom/seperator": {
@@ -225,11 +227,7 @@
"tooltip": false
},
"custom/des": {
"format": "Applications",
},
}
//To set weather look in the weather script and replace $LOCATION with your LOCATION

View File

@@ -48,7 +48,7 @@
/* The whole bar */
#waybar {
background: #323232;
background: #000000;
color: white;
font-family: Cantarell, Noto Sans, sans-serif;
font-size: 13px;
@@ -84,7 +84,9 @@
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
/*
background-color: #545157;
*/
margin-right: 8px;
margin-left: 8px;
font-size: 13px;
@@ -110,13 +112,18 @@
#clock {
font-weight: bold;
background-color: #545157;
/*
color:#81a1c1;
*/
margin-left: 2px;
font-size: 15px;
}
#cpu {
/*
background-color: #545157;
*/
}
#cpu.warning {
@@ -131,7 +138,9 @@
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
color: #a3be8c
/*
color: #a3be8c
*/
}
#memory.warning {
@@ -152,7 +161,9 @@
}
#network {
background-color: #545157;
/*
no styles
*/
}
@@ -162,7 +173,7 @@
#pulseaudio {
color: @base07;
background-color: #545157;
margin-right: 8px;
}
#pulseaudio.muted {
@@ -219,14 +230,11 @@
color: #c9545d;
}
#custom-power {
color: #eceff4;
font-size: 18px;
margin-right: 7px;
margin-top: 4px;
margin-bottom:4px;
padding-left: 10px;
padding-right: 10px;
background-color: #545157;
margin-top: 3px;
}
#backlight {
@@ -235,20 +243,21 @@
}
#custom-weather {
color:#81a1c1;
/*
no styles
*/
}
#custom-firefox {
font-size: 20px;
font-size: 15px;
color: #d08770;
}
#custom-files {
color: #ebcb8b;
font-size: 20px;
font-size: 15px;
}
#custom-seperator {
color: #a3be8c;
margin-left: 20px;
margin-right: 20px;
margin-left: 10px;
margin-right: 10px;
font-size: 20px;
}
#custom-big {
@@ -259,7 +268,9 @@
font-size: 15px;
}
#custom-keyboard-layout {
/*
color: #c90000;
*/
}
#custom-launcher {
color: #eceff4;