Update river config

This commit is contained in:
Hydroxycarbamide 2024-07-11 20:12:23 +02:00
parent 632d6c3239
commit 354a004f60
4 changed files with 9 additions and 5 deletions

View file

@ -2,6 +2,7 @@
theme = "hydro" theme = "hydro"
show = [ show = [
"Host",
"OperatingSystem", "OperatingSystem",
"Kernel", "Kernel",
"Distribution", "Distribution",
@ -10,7 +11,7 @@ show = [
# "Shell", # "Shell",
"Uptime", "Uptime",
# "Processor", # "Processor",
"ProcessorLoad", # "ProcessorLoad",
"Memory", "Memory",
# "GPU", # "GPU",
# "DiskSpace" # "DiskSpace"

View file

@ -241,14 +241,15 @@ riverctl rule-add ssd
riverctl rule-add -app-id 'cs2' output DP-1 riverctl rule-add -app-id 'cs2' output DP-1
riverctl rule-add -app-id 'starrail.exe' 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 'genshinimpact.exe' output DP-1
riverctl rule-add -app-id 'zenlesszonezero.exe' output DP-1
# tags # tags
declare -a rule_sets declare -a rule_sets
rule_sets[1]="footclient kitty foot" rule_sets[1]="footclient kitty foot"
rule_sets[2]="LibreWolf firefox" rule_sets[2]="LibreWolf firefox"
rule_sets[3]="org.gnome.Nautilus fm-term org.qbittorrent.qBittorrent syncplay" 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.an-anime-game-launcher moe.launcher.the-honkers-railway-launcher genshinimpact.exe starrail.exe steam steam_app_*" 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[5]="org.remmina.Remmina Code VSCodium"
rule_sets[6]="io.github.celluloid_player.Celluloid mpv Spotify" rule_sets[6]="io.github.celluloid_player.Celluloid mpv Spotify"
rule_sets[7]="discord vesktop teams-for-linux 'Microsoft Teams - Preview'" rule_sets[7]="discord vesktop teams-for-linux 'Microsoft Teams - Preview'"

View file

@ -96,7 +96,9 @@
"default": "" "default": ""
}, },
"persistent-workspaces": { "persistent-workspaces": {
"*": 4 "*": 4,
"DP-1": [1, 2, 3, 4],
"HDMI-A-1": [5, 6, 7, 8]
} }
}, },
"sway/workspaces#sway": { "sway/workspaces#sway": {

View file

@ -8,7 +8,7 @@
} }
window#waybar { window#waybar {
background: rgba(24, 25, 38, 1.0); background: rgba(24, 25, 38, 0.0);
color: white; color: white;
} }