ft: move to everforest

This commit is contained in:
Marco Thomas
2022-07-11 20:18:40 +02:00
parent bfae7de93a
commit ecf5c8d895
8 changed files with 109 additions and 82 deletions

View File

@@ -13,7 +13,7 @@
"layer": "bottom",
"position": "top",
"position": "left",
// If height property would be not present, it'd be calculated dynamically
"height": 37,
@@ -61,7 +61,8 @@
"critical": 15
},
// Connected to AC
"format": "{icon} {capacity}%", // Icon: bolt
//"format": "{icon} {capacity}%", // Icon: bolt
"format": " {capacity}%", // Icon: bolt
// Not connected to AC
"format-discharging": "{icon} {capacity}%",
"format-icons": [
@@ -76,13 +77,13 @@
"clock#time": {
"interval": 5,
"format": "{:%I:%M %p}",
"format": "{:%I:%M}",
"tooltip": false
},
"clock#date": {
"interval": 10,
"format": "{:%a, %e %b}", // Icon: calendar-alt
"format": "{:%a %e}", // Icon: calendar-alt
"tooltip-format": "{:%A, %e %B %Y}"
},
@@ -130,15 +131,18 @@
"sway/workspaces": {
"all-outputs": false,
"disable-scroll": false,
"format": "{icon} {name}",
"format": "{icon}",
"format-icons": {
"1": "",
"2": "",
"3": "‭ﭮ‬",
"4": "",
"5": "",
"8": "",
"9": "",
"1": "",
"2": "",
"3": "",
"4": "",
"5": "",
"6": "",
"7": "",
"8": "八",
"9": "九",
"10": "十",
"urgent": "",
"focused": "",
"default": ""

View File

@@ -71,11 +71,8 @@
#tray {
border-radius: 5px;
background-color: #282828;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
padding-left: 10px;
padding-right: 10px;
margin: 5px;
padding: 10px
}
@@ -180,13 +177,13 @@
}
#workspaces button.focused {
background-color: #859900;
background-color: #93b259;
color: #282828;
border-bottom: none;
}
#workspaces button.urgent {
background-color: #dc322f;
background-color: #f85551;
}
/* remove weird GTK hover effect */
@@ -198,6 +195,6 @@
}
#workspaces button.focused:hover {
background: #859900;
border: #859900;
background: #93b259;
border: #93b259;
}