updaties
This commit is contained in:
parent
fc99a7993b
commit
b27b7cd33d
3 changed files with 9 additions and 5 deletions
|
|
@ -831,6 +831,10 @@ in {
|
|||
/* border-radius: 20px; */
|
||||
}
|
||||
|
||||
#window {
|
||||
padding-left: 3px;
|
||||
|
||||
|
||||
window#waybar > box {
|
||||
color: @base05;
|
||||
margin: 12px 14px 14px 14px;
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@ in
|
|||
"Super+Alt+F".action = toggle-windowed-fullscreen;
|
||||
"Super+C".action = close-window;
|
||||
"Super+Shift+C".action = center-window;
|
||||
"Super+Shift+O".action = move-window-to-floating;
|
||||
"Super+Shift+O".action = toggle-window-floating;
|
||||
"Super+P".action.spawn = "/home/chris/bin/rbw.sh";
|
||||
"Super+Up".action = focus-window-or-monitor-up;
|
||||
"Super+K".action = focus-window-or-monitor-up;
|
||||
|
|
@ -135,19 +135,19 @@ in
|
|||
"Super+Alt+H".action = focus-monitor-left;
|
||||
};
|
||||
spawn-at-startup = [
|
||||
{ argv = ["dbus-update-activation-environment --systemd --all"]; }
|
||||
{ argv = ["${pkgs.xwayland-satellite}/bin/xwayland-satellite"]; }
|
||||
{ argv = ["waybar"]; }
|
||||
{ argv = ["${pkgs.xwayland-satellite}/bin/xwayland-satellite"]; }
|
||||
{ argv = ["/usr/lib/kdeconnectd"]; }
|
||||
{ argv = ["cosmic-osd"]; }
|
||||
{ argv = ["cosmic-idle"]; }
|
||||
{ argv = ["cosmic-settings-daemon"]; }
|
||||
{ argv = ["kwalletd6"]; }
|
||||
{ argv = ["swww-daemon"]; }
|
||||
{ argv = ["dbus-update-activation-environment --systemd --all"]; }
|
||||
{ argv = ["systemctl --user start jellyfin-mpv-shim"]; }
|
||||
{ argv = ["systemctl --user start nextcloud-client"]; }
|
||||
{ argv = ["systemctl --user start syncthingtray"]; }
|
||||
{ argv = ["rbw-agent"]; }
|
||||
{ argv = ["/usr/lib/kdeconnectd"]; }
|
||||
{ argv = ["kdeconnect-indicator"]; }
|
||||
{ argv = ["wl-paste --watch cliphist store"]; }
|
||||
{ argv = ["swww img /home/chris/pics/wallpapers/tech.jpg --resize crop -t grow --transition-bezier .14,0,.14,.99"]; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue