mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-08 13:49:07 -04:00
Compare commits
3 commits
7dba6a31ca
...
354a004f60
Author | SHA1 | Date | |
---|---|---|---|
354a004f60 | |||
632d6c3239 | |||
77535cdc62 |
7 changed files with 13 additions and 7 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"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 70a59dda08360207d670c8062d7c05f23c3c4902
|
Subproject commit cb5572ac1f7973c194376b5222667da3f5d63614
|
|
@ -36,6 +36,8 @@ 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'
|
||||||
|
|
|
@ -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'"
|
||||||
|
|
|
@ -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: "foot-client";
|
terminal: "footclient";
|
||||||
drun-display-format: "{icon} {name}";
|
drun-display-format: "{icon} {name}";
|
||||||
location: 0;
|
location: 0;
|
||||||
disable-history: false;
|
disable-history: false;
|
||||||
|
|
|
@ -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