Browse Source

change persistent-workspace to newer name

pull/53/head
JaKooLit 2 years ago
parent
commit
bd5c91140d
  1. 2
      config/waybar/configs/Camellia [Bottom]
  2. 2
      config/waybar/configs/Camellia [TOP]
  3. 9
      config/waybar/modules

2
config/waybar/configs/Camellia [Bottom]

@ -43,7 +43,7 @@
"on-click": "activate",
"on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1",
"persistent_workspaces":{
"persistent-workspaces":{
"1": [],
"2": [],
"3": [],

2
config/waybar/configs/Camellia [TOP]

@ -43,7 +43,7 @@
"on-click": "activate",
"on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1",
"persistent_workspaces":{
"persistent-workspaces":{
"1": [],
"2": [],
"3": [],

9
config/waybar/modules

@ -11,7 +11,7 @@
"on-click": "activate",
"on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1",
"persistent_workspaces": {
"persistent-workspaces": {
"1": [],
"2": [],
"3": [],
@ -32,7 +32,7 @@
"on-click": "activate",
"on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1",
"persistent_workspaces":{
"persistent-workspaces":{
"1": [],
"2": [],
"3": [],
@ -62,7 +62,7 @@
"on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1",
"show-special": false,
"persistent_workspaces":{
"persistent-workspaces":{
"1": [],
"2": [],
"3": [],
@ -81,7 +81,7 @@
"disable-scroll": true,
"all-outputs": true,
"format": "{icon}",
"persistent_workspaces": {
"persistent-workspaces": {
"1": [],
"2": [],
"3": [],
@ -466,6 +466,7 @@
"tooltip": false,
},
"custom/light_dark": {
"format": "",
"on-click": "~/.config/hypr/scripts/DarkLight.sh",

Loading…
Cancel
Save