mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-20 10:44:38 +10:00
Theming waybar to fit DoomOne colors.
This commit is contained in:
@@ -8,14 +8,15 @@
|
||||
"hyprland/workspaces"
|
||||
],
|
||||
"modules-center": [
|
||||
"clock"
|
||||
],
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"custom/kernel",
|
||||
"cpu",
|
||||
"memory",
|
||||
"network",
|
||||
"custom/diskfree",
|
||||
"clock",
|
||||
"wireplumber",
|
||||
"battery",
|
||||
"custom/power"
|
||||
],
|
||||
"wlr/taskbar": {
|
||||
@@ -54,10 +55,14 @@
|
||||
"9": []
|
||||
}
|
||||
},
|
||||
"cpu": {
|
||||
"format": "⧯ Cpu: {usage}%" ,
|
||||
"tooltip": false
|
||||
},
|
||||
"memory": {
|
||||
"interval": 5,
|
||||
"format": " {}%",
|
||||
"max-length": 10
|
||||
"format": " Mem: {}%",
|
||||
"max-length": 15
|
||||
},
|
||||
"tray": {
|
||||
"spacing": 10
|
||||
@@ -65,7 +70,7 @@
|
||||
"clock": {
|
||||
"tooltip-format": "{calendar}",
|
||||
"format-alt": " {:%a, %d %b %Y}",
|
||||
"format": " {:%I:%M %p}"
|
||||
"format": "⏱ {:%a, %b %d - %H:%M}"
|
||||
},
|
||||
"network": {
|
||||
"format-wifi" : "{icon}",
|
||||
@@ -135,6 +140,25 @@
|
||||
},
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/pacman": {
|
||||
"format": "{} ",
|
||||
"interval": "once",
|
||||
"exec": "pacman_packages",
|
||||
"on-click": "update-system",
|
||||
"signal": 8
|
||||
},
|
||||
"custom/kernel": {
|
||||
"format": "❤ {}",
|
||||
"interval": 3600,
|
||||
"max-length": 20,
|
||||
"exec": "uname -r"
|
||||
},
|
||||
"custom/diskfree": {
|
||||
"format": "🖴 Disk: {} used",
|
||||
"interval": 300,
|
||||
"max-length": 20,
|
||||
"exec": "df --total -hl | grep 'sda1' | awk '{print $5}'"
|
||||
},
|
||||
"custom/power": {
|
||||
"format": "",
|
||||
"tooltip": false,
|
||||
|
||||
Reference in New Issue
Block a user