trying to fix kde on greetd

This commit is contained in:
Chris Cochrun 2022-12-16 10:00:03 -06:00
parent aed85412da
commit b2a940dbe9
8 changed files with 71 additions and 14 deletions

View file

@ -213,7 +213,7 @@ services.greetd = {
};
default_session = initial_session;
hyprland_session = {
command = "dbus-launch systemctl --user restart plasma-run-with-systemd.service";
command = "${pkgs.plasma-workspace}/libexec/plasma-dbus-run-session-if-needed ${pkgs.plasma-workspace}/bin/startplasma-wayland";
user = "chris";
};
};
@ -703,6 +703,7 @@ services.emacs = {
esh-autosuggest
pkgs.mu
]));
defaultEditor = true;
};
#+end_src

View file

@ -85,7 +85,7 @@
# Defines width in pixels of frame around the notification window.
# Set to 0 to disable.
frame_width = 1
frame_width = 0
# Defines color of the frame around the notification window.
frame_color = "#aaaaaa"

View file

@ -176,6 +176,12 @@
:tooltip "using ${EWW_RAM.used_mem_perc}% ram"
" "))))
(defwidget kdeconnect []
(box
:class "kdeconnect_module"
:vexpand "false"
:hexpand "false"))
(defwidget clock_module []
(eventbox
:onhover "${EWW_CMD} update time_rev=true"
@ -434,6 +440,49 @@
:text "____________________________________"
:class "sys_sep"
:halign "center")
(box
:class "sys_mem_box"
:orientation "h"
:space-evenly "false"
:halign "start"
(circular-progress
:value {EWW_CPU.avg}
:class "sys_mem"
:thickness 9
(label
:text ""
:class "sys_icon_mem"
:limit-width 2
:wrap false
:angle 0.0))
(box
:orientation "v"
:space-evenly "false"
:spacing 0
:hexpand "false"
:vexpand "false"
(label
:text "processor"
:halign "start"
:class "sys_text_mem"
:limit-width 9
:wrap false)
(label
:text "${EWW_CPU.avg} | ${round((EWW_RAM.total_mem / 1024), 0)}mb "
:halign "start"
:class "sys_text_mem_sub"
:limit-width 22
:wrap false)
(label :text "3.4 GHZ"
:halign "start"
:class "sys_text_mem_sub"
:limit-width 22
:wrap false)
))
(label
:text "____________________________________"
:class "sys_sep"
:halign "center")
(box
:class "sys_mem_box"
:orientation "h"

View file

@ -17,7 +17,7 @@ for id in "${ids[@]}"; do
(box \
:class \"notification\" \
:orientation \"h\" \
:width 300 \
:width 350 \
:space-evenly \"false\" \
(image \
:class \"notification-icon\" \
@ -28,7 +28,7 @@ for id in "${ids[@]}"; do
:orientation \"v\" \
:space-evenly \"false\" \
:valign \"left\" \
:width 300 \
:width 350 \
:spacing 10 \
(label \
:xalign 0 \

View file

@ -18,8 +18,9 @@ input {
repeat_delay=180
natural_scroll=0
sensitivity=0.85
accel_profile=adaptive
follow_mouse=0
follow_mouse=2
touchpad {
natural_scroll=1
@ -60,7 +61,8 @@ decoration {
# the more passes, the more you can up the blur_size without noticing artifacts.
drop_shadow=true
shadow_range=30
shadow_render_power=2
shadow_offset=5 5
shadow_render_power=1
dim_inactive=true
dim_strength=0.2
}
@ -86,7 +88,7 @@ master {
new_on_top=false
}
misc:disable_autoreload = true
# misc:disable_autoreload = true
# example window rules
# for windows named/classed as abc and xyz
@ -99,7 +101,8 @@ windowrule=float,pulsemixer
windowrule=workspace 1,firefox
windowrule=workspace 2,emacs
windowrule=float,btop
windowrule=size 60% 60%,btop
windowrule=size 70% 70%,btop
windowrule=center,btop
# example binds
bind=SUPER,RETURN,exec,alacritty
@ -114,7 +117,7 @@ bind=SUPER,E,exec,/home/chris/bin/emacslof
bind=SUPER,d,exec,emacsclient -c -e '(dired-jump)'
bind=SUPER,B,exec,/home/chris/bin/fflof
bind=SUPER,A,exec,alacritty --class pulsemixer -e pulsemixer
bind=SUPERCTRL,/,exec,alacritty --class btop -e btop
bind=SUPERCTRL,i,exec,alacritty --class btop -e btop
bind=SUPER,P,exec,/home/chris/bin/rbw.sh
bind=SUPER,M,fullscreen,1
@ -177,9 +180,11 @@ bindm=SUPER,mouse:272,movewindow
bindm=SUPER,mouse:273,resizewindow
# Blur waybar
blurls=waybar
# blurls=gtk-layer-shell
# blurls=notifications
exec-once=/home/chris/bin/startup.sh
exec-once=hyprpaper
exec-once=dunst
exec-once=hyprctl dispatch --batch "splitratio 1; splitration -0.35"
exec-once=dbus-update-activation-environment --systemd --all

View file

@ -4,6 +4,6 @@ list_windows() (
wlrctl window list
)
window=$(list_windows | rofi -i -sync -dmenu -p " " -theme ~/.config/rofi/launchers-git/laptop-rbw.rasi | awk '{print $1}' | sed 's/://')
window=$(wlrctl window list | rofi -i -sync -dmenu -p " " -theme ~/.config/rofi/launchers-git/laptop-rbw-wayland.rasi | awk '{print $1}' | sed 's/://')
wlrctl window focus $window

View file

@ -125,7 +125,7 @@
};
default_session = initial_session;
hyprland_session = {
command = "dbus-launch systemctl --user restart plasma-run-with-systemd.service";
command = "${pkgs.plasma-workspace}/libexec/plasma-dbus-run-session-if-needed ${pkgs.plasma-workspace}/bin/startplasma-wayland";
user = "chris";
};
};
@ -560,6 +560,7 @@
esh-autosuggest
pkgs.mu
]));
defaultEditor = true;
};
services.samba-wsdd.enable = true;
services.samba = {

View file

@ -118,7 +118,7 @@
};
default_session = initial_session;
hyprland_session = {
command = "dbus-launch systemctl --user restart plasma-run-with-systemd.service";
command = "${pkgs.plasma-workspace}/libexec/plasma-dbus-run-session-if-needed ${pkgs.plasma-workspace}/bin/startplasma-wayland";
user = "chris";
};
};
@ -546,6 +546,7 @@
esh-autosuggest
pkgs.mu
]));
defaultEditor = true;
};
services.samba-wsdd.enable = true;
services.samba = {