laptop config to transfer to new laptop

This commit is contained in:
2025-05-01 02:09:09 +02:00
parent 0050404bd9
commit 24979c1872
3 changed files with 59 additions and 63 deletions
+26 -12
View File
@@ -10,21 +10,35 @@
// Choose the order of the modules
"modules-left": ["hyprland/workspaces","hyprland/window"],
"modules-center": ["clock"],
"modules-right": ["pulseaudio", "backlight", "network", "cpu", "memory", "tray"],
"modules-right": ["pulseaudio", "backlight", "network", "battery", "cpu", "memory", "tray"],
// Modules configuration
// "hyprland/workspaces": {
// "disable-scroll": true,
// //"all-outputs": true,
// "on-click": "activate",
// "format": "{icon}",
// "format-icons": {
// "empty": "",
// //"default": "",
// "default": "",
// "active": "",
// }
// },
"hyprland/workspaces": {
"disable-scroll": true,
//"all-outputs": true,
"on-click": "activate",
"format": "{icon}",
"format-icons": {
"empty": "",
//"default": "",
"default": "",
"active": "",
}
"format": "{name}",
"persistent_workspaces": {
"1": [],
"2": [],
"3": [],
"4": [],
"5": []
},
"all-outputs": true,
"active-only": false,
"sort-by-number": true
},
"keyboard-state": {
"numlock": false,
@@ -79,7 +93,7 @@
"bat": "BAT2"
},
"network": {
"interface": "enp4s0", // (Optional) To force the use of this interface
"interface": "wlo1", // (Optional) To force the use of this interface
"format-wifi": "{essid} ",
"format-ethernet": "{ipaddr}/{cidr} ",
"tooltip-format": "{ifname} via {gwaddr} ",