Revert "waybar: add uptime component"

This reverts commit e26757fe6f.
This commit is contained in:
2022-07-01 11:29:14 +03:00
parent 089d7b4ff8
commit 517e6fb788
2 changed files with 2 additions and 8 deletions

View File

@@ -3,8 +3,7 @@
"modules-left": [
"sway/workspaces",
"custom/player",
"sway/mode",
"custom/uptime"
"sway/mode"
],
"modules-right": [
"tray",
@@ -23,10 +22,6 @@
"format": "--{}--",
"tooltip": false
},
"custom/uptime": {
"exec": "uptime -p",
"restart-interval": 60
},
"custom/player": {
"exec": "playerctl metadata -f '{{title}} - {{artist}}' -F"
},

View File

@@ -28,8 +28,7 @@ window#waybar {
/* left modules */
#mode,
#window,
#custom-player,
#custom-uptime {
#custom-player {
margin-left: 10px;
}
#mode {