Update armory config

This commit is contained in:
Trianta 2024-02-08 03:57:45 -06:00
parent 314be2a3af
commit 367cec54c5
5 changed files with 26 additions and 22 deletions

View File

@ -2,12 +2,12 @@
# █░▀░█ █▄█ █░▀█ █ ░█░ █▄█ █▀▄ # █░▀░█ █▄█ █░▀█ █ ░█░ █▄█ █▀▄
# Day # Day
monitor=DP-2, highres, 0x1080, 1, vrr, 1 monitor=DP-1, highres, 0x1080, 1, vrr, 1
monitor=DP-3, highres, 760x0, 1, vrr, 1 monitor=DP-3, highres, 760x0, 1, vrr, 1
workspace = DP-3, 5 workspace = DP-3, 5
# Night # Night
#monitor=DP-2, highrr, 0x0, 1, bitdepth, 10, vrr, 1 #monitor=DP-1, highrr, 0x0, 1, bitdepth, 10, vrr, 1
#monitor=DP-3, disable #monitor=DP-3, disable
@ -24,7 +24,7 @@ exec-once = ~/.config/waybar/autobar.sh
exec-once = dunst # start notification demon exec-once = dunst # start notification demon
exec-once = swww init exec-once = swww init
exec-once = syncthing --no-browser exec-once = syncthing --no-browser
exec-once = xwaylandvideobridge #exec-once = xwaylandvideobridge
exec-once = linux-discord-rich-presence -c ~/.config/linux-discord-rich-presencerc exec-once = linux-discord-rich-presence -c ~/.config/linux-discord-rich-presencerc
@ -61,7 +61,7 @@ input {
# █░░ ▄▀█ █▄█ █▀█ █░█ ▀█▀ █▀ # █░░ ▄▀█ █▄█ █▀█ █░█ ▀█▀ █▀
# █▄▄ █▀█ ░█░ █▄█ █▄█ ░█░ ▄█ # █▄▄ █▀█ ░█░ █▄█ █▄█ ░█░ ▄█
workspace = DP-2, 1 workspace = DP-1, 1
dwindle { dwindle {
pseudotile = yes pseudotile = yes

View File

@ -30,7 +30,7 @@ general {
col.active_border = 0xff$yellowAlpha 0xff$mauveAlpha 45deg col.active_border = 0xff$yellowAlpha 0xff$mauveAlpha 45deg
col.inactive_border = rgba(b4befecc) rgba(6c7086cc) 45deg col.inactive_border = rgba(b4befecc) rgba(6c7086cc) 45deg
layout = dwindle layout = dwindle
resize_on_border = true resize_on_border = false
} }
group { group {

View File

@ -52,8 +52,11 @@ windowrulev2 = float,class:^(io.gitlab.theevilskeleton.Upscaler)$ #Upscaler-Gtk
windowrulev2 = float,class:^(pavucontrol)$ windowrulev2 = float,class:^(pavucontrol)$
windowrulev2 = float,class:^(org.kde.polkit-kde-authentication-agent-1)$ windowrulev2 = float,class:^(org.kde.polkit-kde-authentication-agent-1)$
windowrulev2 = tile,class:^(Alacritty.*)$
windowrulev2 = pseudo,class:^(Alacritty.*)$ windowrulev2 = pseudo,class:^(Alacritty.*)$
windowrulev2 = pseudo,class:^(firefox.*)$ windowrulev2 = pseudo,class:^(firefox.*)$
windowrulev2 = float, class:^(Steam)$
windowrulev2 = float, class:^(steam)$
# Development # Development
windowrulev2 = float, title:^(SnakePlusPlus)$ windowrulev2 = float, title:^(SnakePlusPlus)$
@ -63,11 +66,12 @@ windowrulev2 = float, title:^(TetrisPlusPlus)$
windowrulev2 = center, title:^(TetrisPlusPlus)$ windowrulev2 = center, title:^(TetrisPlusPlus)$
# Games # Games
windowrulev2 = pseudo, class:(Minecraft.*) windowrulev2 = tile, class:^(league.*)$
windowrulev2 = size 2646 1108, class:(Minecraft.*) windowrulev2 = pseudo, class:^(league.*)$
windowrulev2 = pseudo, title:(Warframe.*) windowrulev2 = size 2646 1108, class:^(league.*)$
windowrulev2 = size 2646 1108, title:(Warframe.*) windowrulev2 = pseudo, class:^(Minecraft.*)$
windowrulev2 = pseudo, class:(steam_app_1361210) windowrulev2 = size 2646 1108, class:^(Minecraft.*)$
windowrulev2 = size 2646 1108, class:(steam_app_1361210) windowrulev2 = pseudo, class:^(steam_app_.*)$
windowrulev2 = pseudo, class:(Mindustry) windowrulev2 = size 2646 1108, class:^(steam_app_.*)$
windowrulev2 = size 2646 1108, class:(Mindustry) windowrulev2 = pseudo, class:^(steam_proton)$
windowrulev2 = size 2646 1108, class:^(steam_proton)$

View File

@ -1,11 +1,11 @@
[ [
{ {
"name": "main", "name": "main",
"layer": "bottom", "layer": "top",
"position": "bottom", "position": "bottom",
"height": 48, "height": 48,
"spacing": 4, "spacing": 4,
"output": "DP-2", "output": "DP-1",
"margin-left": 800, "margin-left": 800,
"margin-right": 800, "margin-right": 800,
"modules-left": [ "modules-left": [
@ -117,7 +117,7 @@
"return-type": "json", "return-type": "json",
"format": "{}", "format": "{}",
"tooltip": true, "tooltip": true,
"interval": 600 "interval": 3600
} }
} }
] ]

View File

@ -10,8 +10,8 @@
} }
window#waybar { window#waybar {
background: alpha(@surface2, 0.6); background: alpha(@base, 0.6);
border: 4px inset @yellow; border: 4px solid @sapphire;
border-radius: 8px; border-radius: 8px;
color: @text; color: @text;
} }
@ -25,20 +25,20 @@ window#waybar.hidden {
} }
#workspaces button { #workspaces button {
color: @mauve; color: @blue;
background: transparent; background: transparent;
transition: all 0.1s ease; transition: all 0.1s ease;
} }
#workspaces button.active { #workspaces button.active {
background-color: @yellow; background-color: @blue;
margin: 4px; margin: 4px;
border-radius: 6px; border-radius: 6px;
transition: all 0.1s ease; transition: all 0.1s ease;
} }
.modules-left { .modules-left {
color: @mauve; color: @blue;
margin: 2px; margin: 2px;
border-radius: 16px; border-radius: 16px;
} }
@ -47,7 +47,7 @@ window#waybar.hidden {
margin: 2px; margin: 2px;
} }
.modules-right { .modules-right {
color: @mauve; color: @blue;
border-radius: 16px; border-radius: 16px;
margin: 2px; margin: 2px;
} }