mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-09 14:19:08 -04:00
Compare commits
No commits in common. "aadc4f7df785cfa8a101b1d3dcf8662ddce2c6e3" and "16b74c0d50b73aba6bd88c48e6204fa80b317d90" have entirely different histories.
aadc4f7df7
...
16b74c0d50
2 changed files with 33 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
pkg_updates() {
|
||||
updates=$(paru -Qu | wc -l)
|
||||
if [ "$updates" -gt 0 ]; then
|
||||
updates=$(pacman -Qu | wc -l)
|
||||
aurupdates=$(paru -Qua | wc -l)
|
||||
updates=$((updates + aurupdates))
|
||||
if [ $updates -gt 0 ]; then
|
||||
echo -n " $updates"
|
||||
fi
|
||||
}
|
||||
|
|
29
dot_config/waybar/private_nohup.out
Normal file
29
dot_config/waybar/private_nohup.out
Normal file
|
@ -0,0 +1,29 @@
|
|||
[2024-05-11 22:49:26.897] [info] Using configuration file /home/eric/.config/waybar/config.jsonc
|
||||
[2024-05-11 22:49:26.899] [info] Discovered appearance 'dark'
|
||||
[2024-05-11 22:49:26.899] [info] Using CSS file /home/eric/.config/waybar/style.css
|
||||
[2024-05-11 22:49:26.905] [info] Hyprland IPC starting
|
||||
[2024-05-11 22:49:26.906] [info] Loading persistent workspaces from Hyprland workspace rules
|
||||
[2024-05-11 22:49:27.724] [info] Loading persistent workspaces from Hyprland workspace rules
|
||||
[2024-05-11 22:49:28.131] [warning] Waybar has been built without rfkill support.
|
||||
[2024-05-11 22:49:28.191] [warning] Waybar has been built without rfkill support.
|
||||
|
||||
** (waybar:19350): WARNING **: 22:49:28.289: Status Notifier Item with bus name ':1.292' and object path '/org/ayatana/NotificationItem/nm_applet' is already registered
|
||||
[2024-05-11 22:49:28.582] [info] Bar configured (width: 1920, height: 32) for output: HDMI-A-1
|
||||
[2024-05-11 22:49:28.582] [info] Bar configured (width: 1920, height: 32) for output: DP-1
|
||||
[2024-05-11 22:52:59.097] [info] Hyprland config reloaded, reinitializing hyprland/workspaces module...
|
||||
[2024-05-11 22:52:59.101] [info] Loading persistent workspaces from Hyprland workspace rules
|
||||
[2024-05-11 22:52:59.101] [info] Hyprland config reloaded, reinitializing hyprland/workspaces module...
|
||||
[2024-05-11 22:52:59.101] [info] Loading persistent workspaces from Hyprland workspace rules
|
||||
[2024-05-11 22:52:59.724] [info] Hyprland config reloaded, reinitializing hyprland/workspaces module...
|
||||
[2024-05-11 22:52:59.724] [info] Loading persistent workspaces from Hyprland workspace rules
|
||||
[2024-05-11 22:52:59.724] [info] Hyprland config reloaded, reinitializing hyprland/workspaces module...
|
||||
[2024-05-11 22:52:59.725] [info] Loading persistent workspaces from Hyprland workspace rules
|
||||
[2024-05-11 22:54:00.819] [info] Hyprland config reloaded, reinitializing hyprland/workspaces module...
|
||||
[2024-05-11 22:54:00.820] [info] Loading persistent workspaces from Hyprland workspace rules
|
||||
[2024-05-11 22:54:00.820] [info] Hyprland config reloaded, reinitializing hyprland/workspaces module...
|
||||
[2024-05-11 22:54:00.821] [info] Loading persistent workspaces from Hyprland workspace rules
|
||||
[2024-05-11 22:54:07.842] [info] Hyprland config reloaded, reinitializing hyprland/workspaces module...
|
||||
[2024-05-11 22:54:07.842] [info] Loading persistent workspaces from Hyprland workspace rules
|
||||
[2024-05-11 22:54:07.842] [info] Hyprland config reloaded, reinitializing hyprland/workspaces module...
|
||||
[2024-05-11 22:54:07.843] [info] Loading persistent workspaces from Hyprland workspace rules
|
||||
Gdk-Message: 22:54:31.307: Lost connection to Wayland compositor.
|
Loading…
Add table
Add a link
Reference in a new issue