autostart update
This commit is contained in:
11
.config/autostart/Nextcloud.desktop
Normal file
11
.config/autostart/Nextcloud.desktop
Normal file
@@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Name=Nextcloud
|
||||
GenericName=File Synchronizer
|
||||
Exec="/usr/bin/nextcloud" --background
|
||||
Terminal=false
|
||||
Icon=Nextcloud
|
||||
Categories=Network
|
||||
Type=Application
|
||||
StartupNotify=false
|
||||
X-GNOME-Autostart-enabled=true
|
||||
X-GNOME-Autostart-Delay=10
|
4
.config/autostart/eww.desktop##hostname.owlenlap02
Normal file
4
.config/autostart/eww.desktop##hostname.owlenlap02
Normal file
@@ -0,0 +1,4 @@
|
||||
[Desktop Entry]
|
||||
Exec=/home/mpuchstein/.local/bin/eww open topbar_owlenlap02
|
||||
Name=eww
|
||||
Type=Application
|
4
.config/autostart/hyprman.desktop
Normal file
4
.config/autostart/hyprman.desktop
Normal file
@@ -0,0 +1,4 @@
|
||||
[Desktop Entry]
|
||||
Exec=/home/mpuchstein/.local/bin/hyprman -d
|
||||
Name=hyprman
|
||||
Type=Application
|
4
.config/autostart/jellyfin-mpv-shim.desktop
Normal file
4
.config/autostart/jellyfin-mpv-shim.desktop
Normal file
@@ -0,0 +1,4 @@
|
||||
[Desktop Entry]
|
||||
Exec=/usr/bin/jellyfin-mpv-shim
|
||||
Name=jellyfin-mpv-shim
|
||||
Type=Application
|
15
.config/autostart/jetbrains-toolbox.desktop
Executable file
15
.config/autostart/jetbrains-toolbox.desktop
Executable file
@@ -0,0 +1,15 @@
|
||||
[Desktop Entry]
|
||||
Icon=/home/mpuchstein/.local/share/JetBrains/Toolbox/toolbox.svg
|
||||
Exec=/home/mpuchstein/.local/share/JetBrains/Toolbox/bin/jetbrains-toolbox --minimize
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Categories=Development
|
||||
Name=JetBrains Toolbox
|
||||
StartupWMClass=jetbrains-toolbox
|
||||
Terminal=false
|
||||
MimeType=x-scheme-handler/jetbrains;
|
||||
X-GNOME-Autostart-enabled=true
|
||||
StartupNotify=false
|
||||
X-GNOME-Autostart-Delay=10
|
||||
X-MATE-Autostart-Delay=10
|
||||
X-KDE-autostart-after=panel
|
5
.config/autostart/nm-applet.desktop
Normal file
5
.config/autostart/nm-applet.desktop
Normal file
@@ -0,0 +1,5 @@
|
||||
[Desktop Entry]
|
||||
Exec=/usr/bin/nm-applet --indicator
|
||||
Name=nm-applet
|
||||
Comment=network monitor and control GUI applet
|
||||
Type=Application
|
17
.config/autostart/org.keepassxc.KeePassXC.desktop
Normal file
17
.config/autostart/org.keepassxc.KeePassXC.desktop
Normal file
@@ -0,0 +1,17 @@
|
||||
[Desktop Entry]
|
||||
Name=KeePassXC
|
||||
GenericName=Password Manager
|
||||
Exec=keepassxc
|
||||
TryExec=keepassxc
|
||||
Icon=keepassxc
|
||||
StartupWMClass=keepassxc
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Categories=Utility;Security;Qt;
|
||||
MimeType=application/x-keepass2;
|
||||
X-GNOME-Autostart-enabled=true
|
||||
X-GNOME-Autostart-Delay=2
|
||||
X-KDE-autostart-after=panel
|
||||
X-LXQt-Need-Tray=true
|
4
.config/autostart/signal-desktop.desktop
Normal file
4
.config/autostart/signal-desktop.desktop
Normal file
@@ -0,0 +1,4 @@
|
||||
[Desktop Entry]
|
||||
Exec=/usr/bin/signal-desktop
|
||||
Name=signal-desktop
|
||||
Type=Application
|
4
.config/autostart/swayosd-server.desktop
Normal file
4
.config/autostart/swayosd-server.desktop
Normal file
@@ -0,0 +1,4 @@
|
||||
[Desktop Entry]
|
||||
Exec=/usr/bin/swayosd-server
|
||||
Name=swayosd-server
|
||||
Type=Application
|
7
.config/autostart/walker-service.desktop
Normal file
7
.config/autostart/walker-service.desktop
Normal file
@@ -0,0 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Name=Walker
|
||||
Comment=Walker Service
|
||||
Exec=walker --gapplication-service
|
||||
StartupNotify=false
|
||||
Terminal=false
|
||||
Type=Application
|
51
.config/eww/widgets/sysmon.yuck##hostname.owlenlap02
Normal file
51
.config/eww/widgets/sysmon.yuck##hostname.owlenlap02
Normal file
@@ -0,0 +1,51 @@
|
||||
(defvar netiface "wlp1s0")
|
||||
|
||||
(defwidget sysmon []
|
||||
(box
|
||||
:class 'sysmon'
|
||||
:space-evenly false
|
||||
:spacing 0
|
||||
(cpu :class "first")
|
||||
(ram :class "middle")
|
||||
(disk :class "middle")
|
||||
(net :class "last")))
|
||||
|
||||
(defwidget ram [class]
|
||||
(tooltip
|
||||
:class 'ram ${EWW_RAM.used_mem_perc > 90 ? 'danger' : ''} ${class}'
|
||||
(label :text " ${round(EWW_RAM.free_swap/1000000000, 2)} GB/${round(EWW_RAM.total_swap/1000000000, 2)} GB")
|
||||
(label :text " ${round(EWW_RAM.used_mem/1000000000, 2)} GB/${round(EWW_RAM.total_mem/1000000000, 2)} GB")))
|
||||
|
||||
(defwidget disk [class]
|
||||
(tooltip
|
||||
:class 'disk ${EWW_DISK["/"].used_perc > 90 ? 'danger' : ''} ${class}'
|
||||
(label :text " ${round(EWW_DISK["/"].free/1000000000, 2)} GB /${round(EWW_DISK["/"].total/1000000000, 2)} GB")
|
||||
(label :text " ${round(EWW_DISK["/"].used_perc,2)}%")))
|
||||
|
||||
(defwidget cpu [class]
|
||||
(tooltip
|
||||
:class 'cpu ${class}'
|
||||
(box :orientation "vertical"
|
||||
(for cpu in {EWW_CPU.cores}
|
||||
(box
|
||||
:orientation "horizontal"
|
||||
:space-evenly false
|
||||
:spacing 10
|
||||
(circular-progress
|
||||
:thickness 5
|
||||
:start-at 75
|
||||
:value {cpu.usage})
|
||||
(label
|
||||
:limit-width 6
|
||||
:show-truncated false
|
||||
:text "${cpu.core}: ")
|
||||
(label :text "${cpu.freq} Hz ${cpu.usage}%"))))
|
||||
(label :text " ${round(EWW_CPU.avg, 2)}%")))
|
||||
|
||||
(defwidget net [class]
|
||||
(box
|
||||
:class 'net ${class}'
|
||||
:space-evenly false
|
||||
(label :text "")
|
||||
(label :text " ${round(EWW_NET[netiface].NET_UP * 8 / 1000000, 2)} Mbit")
|
||||
(label :text " ${round(EWW_NET[netiface].NET_DOWN * 8 / 1000000, 2)} Mbit")))
|
Reference in New Issue
Block a user