Improved!
This commit is contained in:
@@ -18,17 +18,14 @@
|
|||||||
|
|
||||||
],
|
],
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
|
],
|
||||||
|
|
||||||
"custom/seperator",
|
"modules-right": [
|
||||||
"custom/firefox",
|
"custom/firefox",
|
||||||
"custom/seperator",
|
"custom/seperator",
|
||||||
"custom/files",
|
"custom/files",
|
||||||
"custom/seperator",
|
"custom/seperator",
|
||||||
"custom/terminal",
|
"custom/terminal",
|
||||||
"custom/seperator",
|
|
||||||
|
|
||||||
],
|
|
||||||
"modules-right": [
|
|
||||||
"network",
|
"network",
|
||||||
"memory",
|
"memory",
|
||||||
"cpu",
|
"cpu",
|
||||||
@@ -197,17 +194,17 @@
|
|||||||
"on-scroll-up": "brightnessctl -c backlight set 5%-"
|
"on-scroll-up": "brightnessctl -c backlight set 5%-"
|
||||||
},
|
},
|
||||||
"custom/firefox": {
|
"custom/firefox": {
|
||||||
"format": " Firefox",
|
"format": " ",
|
||||||
"on-click": "exec firefox",
|
"on-click": "exec firefox",
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
"custom/terminal": {
|
"custom/terminal": {
|
||||||
"format": " Terminal",
|
"format": " ",
|
||||||
"on-click": "exec alacritty",
|
"on-click": "exec alacritty",
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
"custom/files": {
|
"custom/files": {
|
||||||
"format": " Files",
|
"format": " ",
|
||||||
"on-click": "exec thunar",
|
"on-click": "exec thunar",
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -110,19 +110,17 @@
|
|||||||
animation-duration: 2s;
|
animation-duration: 2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock {
|
#clock-date {
|
||||||
font-weight: bold;
|
font-size: 13px;
|
||||||
/*
|
}
|
||||||
color:#81a1c1;
|
|
||||||
*/
|
|
||||||
margin-left: 2px;
|
|
||||||
font-size: 15px;
|
|
||||||
|
|
||||||
|
#clock-time{
|
||||||
|
font-size : 20px
|
||||||
}
|
}
|
||||||
|
|
||||||
#cpu {
|
#cpu {
|
||||||
/*
|
/*
|
||||||
background-color: #545157;
|
no styles
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -138,9 +136,6 @@
|
|||||||
animation-timing-function: linear;
|
animation-timing-function: linear;
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
animation-direction: alternate;
|
animation-direction: alternate;
|
||||||
/*
|
|
||||||
color: #a3be8c
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#memory.warning {
|
#memory.warning {
|
||||||
@@ -161,9 +156,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#network {
|
#network {
|
||||||
/*
|
margin-left: 20px;
|
||||||
no styles
|
|
||||||
*/
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -195,7 +188,6 @@ no styles
|
|||||||
}
|
}
|
||||||
|
|
||||||
#tray {
|
#tray {
|
||||||
|
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
margin-right: 7px;
|
margin-right: 7px;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
@@ -259,7 +251,9 @@ no styles
|
|||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-big {
|
#custom-big {
|
||||||
margin-right: 200px;
|
margin-right: 200px;
|
||||||
}
|
}
|
||||||
@@ -269,7 +263,7 @@ no styles
|
|||||||
}
|
}
|
||||||
#custom-keyboard-layout {
|
#custom-keyboard-layout {
|
||||||
/*
|
/*
|
||||||
color: #c90000;
|
no styles
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
#custom-launcher {
|
#custom-launcher {
|
||||||
|
|||||||
Reference in New Issue
Block a user