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-click": "activate",
"on-scroll-up": "hyprctl dispatch workspace e+1", "on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1", "on-scroll-down": "hyprctl dispatch workspace e-1",
"persistent_workspaces":{ "persistent-workspaces":{
"1": [], "1": [],
"2": [], "2": [],
"3": [], "3": [],

2
config/waybar/configs/Camellia [TOP]

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

9
config/waybar/modules

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

Loading…
Cancel
Save