Compare commits

..

No commits in common. "354a004f60f8a4c01b1b023a49a5f998ebfc50df" and "7dba6a31ca179784e1c1bdec888cbcc0b83ae74e" have entirely different histories.

7 changed files with 7 additions and 13 deletions

View file

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

@ -1 +1 @@
Subproject commit cb5572ac1f7973c194376b5222667da3f5d63614 Subproject commit 70a59dda08360207d670c8062d7c05f23c3c4902

View file

@ -36,8 +36,6 @@ if status is-interactive
# vim # vim
alias vim='nvim' alias vim='nvim'
alias v='vim' alias v='vim'
alias vide='neovide'
alias vid='neovide'
# emacs # emacs
# alias emacs='emacsclient -nc -s instance1' # alias emacs='emacsclient -nc -s instance1'

View file

@ -241,15 +241,14 @@ 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 org.kde.dolphin org.kde.ktorrent" 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.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[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[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

@ -2,7 +2,7 @@ configuration{
modi: "run,drun,window"; modi: "run,drun,window";
icon-theme: "Oranchelo"; icon-theme: "Oranchelo";
show-icons: true; show-icons: true;
terminal: "footclient"; terminal: "foot-client";
drun-display-format: "{icon} {name}"; drun-display-format: "{icon} {name}";
location: 0; location: 0;
disable-history: false; disable-history: false;

View file

@ -96,9 +96,7 @@
"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, 0.0); background: rgba(24, 25, 38, 1.0);
color: white; color: white;
} }