Compare commits
No commits in common. "0b69eff54b07db708431bbd1340764e19c1d6040" and "6da8d4336bce267274dd0ce6c312d144c21df596" have entirely different histories.
0b69eff54b
...
6da8d4336b
12 changed files with 31 additions and 60 deletions
1
.bin/.e
1
.bin/.e
|
@ -51,7 +51,6 @@ declare -A directory=(
|
|||
)
|
||||
|
||||
declare -A hooks=(
|
||||
["autostart.toml"]="autostart-manage sync"
|
||||
["qutebrowser"]="qutebrowser :config-source"
|
||||
["qutebrowser-kiosk"]="qutebrowser-kiosk :config-source" # broken due to qutebrowser-kiosk being an alias
|
||||
["sway"]="sway reload"
|
||||
|
|
|
@ -1,39 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
modes="monitor-std
|
||||
monitor-single
|
||||
monitor-single-sec
|
||||
zellij"
|
||||
|
||||
portalo_mode_monitor () {
|
||||
echo "Loading portalo monitor layout ${1:-std}"
|
||||
yadm config --unset-all local.class monitor-*
|
||||
|
||||
if [ -n "$1" ]; then
|
||||
yadm config --add local.class "$1"
|
||||
fi
|
||||
|
||||
swaymsg reload
|
||||
}
|
||||
|
||||
portalo_mode_zellij () {
|
||||
layout_dir="$HOME/.config/zellij/layouts"
|
||||
layouts=$(\ls -1 "$layout_dir")
|
||||
layout=$(echo "$layouts" | $DMENU -p "layout")
|
||||
if [ -n "$layout" ]; then
|
||||
$TERMINAL -e zellij --layout="$layout_dir/$layout"
|
||||
fi
|
||||
}
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
mode=$(echo "$modes" | $DMENU -p "mode")
|
||||
else
|
||||
mode=$1
|
||||
fi
|
||||
|
||||
case $mode in
|
||||
"monitor-std") portalo_mode_monitor ;;
|
||||
"monitor-"*) portalo_mode_monitor "$mode" ;;
|
||||
"zellij") portalo_mode_zellij ;;
|
||||
*) echo "'$mode' is not a valid mode (single, std)" ;;
|
||||
esac
|
|
@ -1,10 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
if [ -x "$(command -v rg)" ]
|
||||
then
|
||||
$EDITOR $(rg -l "$@")
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# shellcheck disable=SC2046
|
||||
$EDITOR $(grep "$@")
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[general]
|
||||
import = ["~/.config/alacritty/dracula.toml"]
|
||||
|
||||
[colors]
|
||||
|
|
|
@ -28,7 +28,7 @@ if [ "$hostname" = "portalo" ]; then
|
|||
xrandr --output "$secondary" --off
|
||||
bspc monitor "$primary" -d web terminal 3 4 5 6 focus side-view voip messenger
|
||||
else
|
||||
xrandr --output "$primary" --mode 1920x1080 --refresh 60
|
||||
xrandr --output "$primary" --mode 2560x1440 --refresh 144
|
||||
xrandr --output "$secondary" --auto --left-of "$primary"
|
||||
|
||||
bspc monitor "$primary" -d web terminal 3 4 5 6 focus
|
||||
|
@ -108,4 +108,4 @@ bspc rule -a 'Thunderbird:Mail' desktop='messenger' locked='true'
|
|||
bspc rule -a 'thunderbird-default:Mail' desktop='messenger' locked='true'
|
||||
bspc rule -a 'thunderbird' desktop='messenger' locked='true'
|
||||
|
||||
autostart-manage run-xorg &
|
||||
autostart-manage run-xorg
|
||||
|
|
|
@ -5,10 +5,6 @@ export AUTOSTART_DISPLAY="Hyprland"
|
|||
|
||||
export KDE_CONNECT_DEVICE="Fairphone3"
|
||||
|
||||
# X11
|
||||
#export MONITOR_PRIMARY="DisplayPort-0"
|
||||
#export MONITOR_SECONDARY="HDMI-A-0"
|
||||
# Wayland
|
||||
export MONITOR_PRIMARY="DP-1"
|
||||
export MONITOR_SECONDARY="HDMI-A-1"
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
./graphical.nix
|
||||
./nvim.nix
|
||||
./wayland.nix
|
||||
./x11.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
[bar/portalo-base]
|
||||
inherit = bar/base
|
||||
|
||||
modules-left = bspwm
|
||||
modules-left = bspwm title
|
||||
modules-right = openweather memory cpu temperature eth check-arch-updates date
|
||||
|
||||
eth-interface = enp0s31f6
|
||||
|
@ -55,7 +55,7 @@
|
|||
[bar/portalo-primary]
|
||||
inherit = bar/portalo-base
|
||||
|
||||
modules-left = bspwm bsp-layout-primary
|
||||
modules-left = bspwm bsp-layout-primary title
|
||||
modules-center = player-mpris-simple
|
||||
|
||||
monitor = ${env:MONITOR_PRIMARY}
|
||||
|
@ -63,7 +63,7 @@
|
|||
[bar/portalo-secondary]
|
||||
inherit = bar/portalo-base
|
||||
|
||||
modules-left = bspwm bsp-layout-secondary
|
||||
modules-left = bspwm bsp-layout-secondary title
|
||||
|
||||
monitor = ${env:MONITOR_SECONDARY}
|
||||
tray-position = none
|
||||
|
|
|
@ -29,9 +29,8 @@ def init(c):
|
|||
'DEFAULT': 'https://duckduckgo.com/?q={}',
|
||||
'ddg': 'https://duckduckgo.com/?q={}',
|
||||
'kagi': 'https://kagi.com/search?q={}',
|
||||
'!lh': 'http://localhost:{}/',
|
||||
'!12ft': 'http://12ft.io/proxy?q={}/',
|
||||
'!osm': 'https://www.openstreetmap.org/search?query={}',
|
||||
'lh': 'http://localhost:{}/',
|
||||
'12ft': 'http://12ft.io/proxy?q={}/',
|
||||
}
|
||||
c.url.start_pages = [
|
||||
'https://rss.serguzim.me/',
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
"cpu",
|
||||
"memory",
|
||||
"custom/pacman",
|
||||
"custom/status",
|
||||
"custom/weather",
|
||||
"clock",
|
||||
"tray"
|
||||
],
|
||||
|
|
14
.config/waybar/custom/status-serguzim-net
Executable file
14
.config/waybar/custom/status-serguzim-net
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
result=$(curl https://status.serguzim.net/api/status-page/heartbeat/serguzim-net \
|
||||
| jq '.heartbeatList | to_entries | map(.value | last .status)
|
||||
| [group_by(.)[] | {value: .[0], count: length}] | map({(.value|tostring): .count}) | add')
|
||||
|
||||
up_count=$(echo "$result" | jq '."1" // 0')
|
||||
down_count=$(echo "$result" | jq '."0" // 0')
|
||||
count=$((up_count + down_count))
|
||||
percent=$((up_count * 100 / count))
|
||||
|
||||
tooltip="status.serguzim.net\nUp: $up_count\nDown: $down_count\nTotal: $count\nPercent: $percent%"
|
||||
|
||||
echo "{\"text\": \"$percent%\", \"tooltip\": \"$tooltip\"}"
|
|
@ -73,5 +73,13 @@
|
|||
"format": "{}",
|
||||
"tooltip": true,
|
||||
"interval": 1200
|
||||
},
|
||||
"custom/status": {
|
||||
"format": " {}",
|
||||
"exec": "~/.config/waybar/custom/status-serguzim-net",
|
||||
"on-click": "xdg-open 'https://status.serguzim.me'",
|
||||
"return-type": "json",
|
||||
"tooltip": true,
|
||||
"interval": 500
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue