mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 12:00:02 +02:00
remove old configs
This commit is contained in:
parent
a7ac339c7a
commit
313e11737e
13 changed files with 0 additions and 705 deletions
|
|
@ -1,56 +0,0 @@
|
|||
// vim: ft=jsonc
|
||||
// -*- mode: jsonc -*-
|
||||
{
|
||||
"output": "DP-2",
|
||||
"position": "bottom",
|
||||
"height": 34,
|
||||
"spacing": 0,
|
||||
// Choose the order of the modules
|
||||
"modules-left": [
|
||||
"hyprland/workspaces",
|
||||
],
|
||||
"modules-center": [
|
||||
"hyprland/window",
|
||||
],
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"network",
|
||||
"cpu",
|
||||
"memory",
|
||||
"clock"
|
||||
],
|
||||
// Modules configuration
|
||||
"hyprland/workspaces": {
|
||||
"format": "{id}<sup>{icon}</sup>",
|
||||
"format-icons": {
|
||||
"default": "",
|
||||
"urgent": "*",
|
||||
},
|
||||
"all-outputs": true,
|
||||
"expand": true,
|
||||
},
|
||||
"tray": {
|
||||
"icon-size": 24,
|
||||
"spacing": 10
|
||||
},
|
||||
"network": {
|
||||
"format-ethernet": " {ifname}",
|
||||
"format-wifi": " {ifname}",
|
||||
"format-disconnected": " ",
|
||||
"tooltip-format": "{ipaddr} via {gwaddr}",
|
||||
"tooltip-format-disconnected": "Disconnected",
|
||||
},
|
||||
"clock": {
|
||||
"interval": 1,
|
||||
"format": "{:%H:%M:%S %a %d}",
|
||||
// "format": "{:%H:%M:%S %Y-%m-%d}",
|
||||
"tooltip-format": "{calendar}"
|
||||
},
|
||||
"cpu": {
|
||||
"format": " {usage}%",
|
||||
"tooltip": false
|
||||
},
|
||||
"memory": {
|
||||
"format": " {}%"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue