mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-20 17:24:35 +05:30
nwg-dock fixes + added pinned apps
This commit is contained in:
parent
1769e09ad8
commit
2f8adbb55e
|
@ -43,7 +43,7 @@
|
||||||
exec-once = GOMAXPROCS=1 syncthing --no-browser
|
exec-once = GOMAXPROCS=1 syncthing --no-browser
|
||||||
exec-once = protonmail-bridge --noninteractive
|
exec-once = protonmail-bridge --noninteractive
|
||||||
exec-once = waybar
|
exec-once = waybar
|
||||||
exec-once = nwg-dock-hyprland -r -x -i 48 -a start
|
exec-once = nwg-dock-hyprland -r -f -x -i 64 -nolauncher -a start -ml 8 -mr 8 -mb 8 && nwg-dock-hyprland
|
||||||
exec-once = emacs --daemon
|
exec-once = emacs --daemon
|
||||||
|
|
||||||
exec-once = hypridle
|
exec-once = hypridle
|
||||||
|
@ -429,7 +429,11 @@
|
||||||
];
|
];
|
||||||
home.file.".config/nwg-dock-hyprland/style.css".text = ''
|
home.file.".config/nwg-dock-hyprland/style.css".text = ''
|
||||||
window {
|
window {
|
||||||
background: rgba(''+config.lib.stylix.colors.base00-rgb-r+'',''+config.lib.stylix.colors.base00-rgb-g+'',''+config.lib.stylix.colors.base00-rgb-b+'',0.55);
|
background: rgba(''+config.lib.stylix.colors.base00-rgb-r+'',''+config.lib.stylix.colors.base00-rgb-g+'',''+config.lib.stylix.colors.base00-rgb-b+'',0.0);
|
||||||
|
border-radius: 20px;
|
||||||
|
padding: 4px;
|
||||||
|
margin-left: 4px;
|
||||||
|
margin-right: 4px;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -458,6 +462,26 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
'';
|
'';
|
||||||
|
home.file.".config/nwg-dock-pinned".text = ''
|
||||||
|
Alacritty
|
||||||
|
emacsclientnewframe
|
||||||
|
qutebrowser
|
||||||
|
brave-browser
|
||||||
|
librewolf
|
||||||
|
writer
|
||||||
|
impress
|
||||||
|
calc
|
||||||
|
draw
|
||||||
|
krita
|
||||||
|
pinta
|
||||||
|
xournalpp
|
||||||
|
obs
|
||||||
|
kdenlive
|
||||||
|
blender
|
||||||
|
openscad
|
||||||
|
Cura
|
||||||
|
virt-manager
|
||||||
|
'';
|
||||||
home.file.".config/hypr/hypridle.conf".text = ''
|
home.file.".config/hypr/hypridle.conf".text = ''
|
||||||
general {
|
general {
|
||||||
lock_cmd = pgrep hyprlock || hyprlock
|
lock_cmd = pgrep hyprlock || hyprlock
|
||||||
|
|
Loading…
Reference in a new issue