mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-04 20:09:08 -04:00
Update river config
This commit is contained in:
parent
632d6c3239
commit
354a004f60
4 changed files with 9 additions and 5 deletions
|
@ -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"
|
||||||
|
|
|
@ -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'"
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue