mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-21 01:34:34 +05:30
Removing agenda sidebar
This commit is contained in:
parent
b67c42b4fd
commit
26b15b3253
|
@ -153,7 +153,6 @@
|
||||||
bind=SUPER,N,exec,pypr toggle musikcube && hyprctl dispatch bringactivetotop
|
bind=SUPER,N,exec,pypr toggle musikcube && hyprctl dispatch bringactivetotop
|
||||||
bind=SUPER,B,exec,pypr toggle btm && hyprctl dispatch bringactivetotop
|
bind=SUPER,B,exec,pypr toggle btm && hyprctl dispatch bringactivetotop
|
||||||
bind=SUPER,E,exec,pypr toggle geary && hyprctl dispatch bringactivetotop
|
bind=SUPER,E,exec,pypr toggle geary && hyprctl dispatch bringactivetotop
|
||||||
bind=SUPER,C,exec,pypr toggle agendasidebar && hyprctl dispatch bringactivetotop
|
|
||||||
bind=SUPER,code:172,exec,pypr toggle pavucontrol && hyprctl dispatch bringactivetotop
|
bind=SUPER,code:172,exec,pypr toggle pavucontrol && hyprctl dispatch bringactivetotop
|
||||||
$scratchpadsize = size 80% 85%
|
$scratchpadsize = size 80% 85%
|
||||||
|
|
||||||
|
@ -169,12 +168,6 @@
|
||||||
windowrulev2 = workspace special silent,$gearyscratchpad
|
windowrulev2 = workspace special silent,$gearyscratchpad
|
||||||
windowrulev2 = center,$gearyscratchpad
|
windowrulev2 = center,$gearyscratchpad
|
||||||
|
|
||||||
$agendasidebar = class:^(agenda-sidebar)$
|
|
||||||
windowrulev2 = float,$agendasidebar
|
|
||||||
windowrulev2 = size 30% 90%,$agendasidebar
|
|
||||||
windowrulev2 = move 69% 6%,$agendasidebar
|
|
||||||
windowrulev2 = workspace special silent,$agendasidebar
|
|
||||||
|
|
||||||
$pavucontrol = class:^(pavucontrol)$
|
$pavucontrol = class:^(pavucontrol)$
|
||||||
windowrulev2 = float,$pavucontrol
|
windowrulev2 = float,$pavucontrol
|
||||||
windowrulev2 = size 86% 40%,$pavucontrol
|
windowrulev2 = size 86% 40%,$pavucontrol
|
||||||
|
@ -354,13 +347,6 @@
|
||||||
"command": "geary",
|
"command": "geary",
|
||||||
"margin": 50
|
"margin": 50
|
||||||
},
|
},
|
||||||
"agendasidebar": {
|
|
||||||
"command": "emacs --name 'agenda-sidebar'",
|
|
||||||
"margin": 50,
|
|
||||||
"unfocus": "hide",
|
|
||||||
"animation": "fromRight",
|
|
||||||
"lazy": "true"
|
|
||||||
},
|
|
||||||
"pavucontrol": {
|
"pavucontrol": {
|
||||||
"command": "pavucontrol",
|
"command": "pavucontrol",
|
||||||
"margin": 50,
|
"margin": 50,
|
||||||
|
@ -445,7 +431,6 @@
|
||||||
"tooltip-format" = ''
|
"tooltip-format" = ''
|
||||||
<big>{:%Y %B}</big>
|
<big>{:%Y %B}</big>
|
||||||
<tt><small>{calendar}</small></tt>'';
|
<tt><small>{calendar}</small></tt>'';
|
||||||
"on-click" = "pypr toggle agendasidebar && hyprctl dispatch bringactivetotop";
|
|
||||||
};
|
};
|
||||||
cpu = {
|
cpu = {
|
||||||
"format" = "{usage}% ";
|
"format" = "{usage}% ";
|
||||||
|
|
Loading…
Reference in a new issue