rofi instead of wofi
This commit is contained in:
parent
fe9e1bdbc8
commit
e61480fd63
2 changed files with 6 additions and 6 deletions
|
@ -44,11 +44,11 @@
|
||||||
"dotfiles": {
|
"dotfiles": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1729952262,
|
"lastModified": 1730825050,
|
||||||
"narHash": "sha256-aLC2vOQPWDRbCOM/quIon03EcfFSvu6at4yApq4N+q8=",
|
"narHash": "sha256-zzka6V18AJ9V8b8buWGEdslHKiPGALEdb3acCSHEHnw=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "d41699b79ef9585cee2be486db711f82a76adfc9",
|
"rev": "6e52442f7458a7092f44b8e5ee2b5ea656c0f1c7",
|
||||||
"revCount": 49,
|
"revCount": 50,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/nomadics9/dotfiles.git"
|
"url": "https://github.com/nomadics9/dotfiles.git"
|
||||||
},
|
},
|
||||||
|
|
|
@ -89,7 +89,7 @@ in
|
||||||
format-disconnected = "";
|
format-disconnected = "";
|
||||||
tooltip-format = "{essid}";
|
tooltip-format = "{essid}";
|
||||||
interval = 1;
|
interval = 1;
|
||||||
on-click = "~/.config/hypr/scripts/wofi-wifi.sh";
|
on-click = "~/.config/hypr/scripts/rofi-wifi.sh";
|
||||||
format-icons = [ "" "" "" "" "" ];
|
format-icons = [ "" "" "" "" "" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -175,7 +175,7 @@ in
|
||||||
|
|
||||||
"custom/launcher" = {
|
"custom/launcher" = {
|
||||||
format = "";
|
format = "";
|
||||||
on-click = "wofi --show drun --allow-images";
|
on-click = "rofi -show drun";
|
||||||
};
|
};
|
||||||
|
|
||||||
"custom/wallpaper" = {
|
"custom/wallpaper" = {
|
||||||
|
|
Loading…
Reference in a new issue