diff --git a/dot_config/macchina/macchina.toml b/dot_config/macchina/macchina.toml index a90a090..db791c1 100644 --- a/dot_config/macchina/macchina.toml +++ b/dot_config/macchina/macchina.toml @@ -2,6 +2,7 @@ theme = "hydro" show = [ + "Host", "OperatingSystem", "Kernel", "Distribution", @@ -10,7 +11,7 @@ show = [ # "Shell", "Uptime", # "Processor", - "ProcessorLoad", + # "ProcessorLoad", "Memory", # "GPU", # "DiskSpace" diff --git a/dot_config/river/executable_init b/dot_config/river/executable_init index 0e889b0..1e560f5 100644 --- a/dot_config/river/executable_init +++ b/dot_config/river/executable_init @@ -241,14 +241,15 @@ riverctl rule-add ssd riverctl rule-add -app-id 'cs2' output DP-1 riverctl rule-add -app-id 'starrail.exe' output DP-1 riverctl rule-add -app-id 'genshinimpact.exe' output DP-1 +riverctl rule-add -app-id 'zenlesszonezero.exe' output DP-1 # tags declare -a rule_sets rule_sets[1]="footclient kitty foot" rule_sets[2]="LibreWolf firefox" -rule_sets[3]="org.gnome.Nautilus fm-term org.qbittorrent.qBittorrent syncplay" -rule_sets[4]="com.usebottles.bottles cs2 osu* org.prismlauncher.PrismLauncher moe.launcher.an-anime-game-launcher moe.launcher.the-honkers-railway-launcher genshinimpact.exe starrail.exe steam steam_app_*" +rule_sets[3]="org.gnome.Nautilus fm-term org.qbittorrent.qBittorrent syncplay org.kde.dolphin org.kde.ktorrent" +rule_sets[4]="com.usebottles.bottles cs2 osu* org.prismlauncher.PrismLauncher moe.launcher.sleepy-launcher moe.launcher.an-anime-game-launcher moe.launcher.the-honkers-railway-launcher genshinimpact.exe starrail.exe zenlesszonezero.exe steam steam_app_*" rule_sets[5]="org.remmina.Remmina Code VSCodium" rule_sets[6]="io.github.celluloid_player.Celluloid mpv Spotify" rule_sets[7]="discord vesktop teams-for-linux 'Microsoft Teams - Preview'" diff --git a/dot_config/waybar/config.jsonc b/dot_config/waybar/config.jsonc index 1e24f7f..60a59d9 100644 --- a/dot_config/waybar/config.jsonc +++ b/dot_config/waybar/config.jsonc @@ -96,7 +96,9 @@ "default": "" }, "persistent-workspaces": { - "*": 4 + "*": 4, + "DP-1": [1, 2, 3, 4], + "HDMI-A-1": [5, 6, 7, 8] } }, "sway/workspaces#sway": { diff --git a/dot_config/waybar/style.css b/dot_config/waybar/style.css index 34d2db3..6789cd8 100644 --- a/dot_config/waybar/style.css +++ b/dot_config/waybar/style.css @@ -8,7 +8,7 @@ } window#waybar { - background: rgba(24, 25, 38, 1.0); + background: rgba(24, 25, 38, 0.0); color: white; }