Compare commits

...

3 commits

Author SHA1 Message Date
Hydroxycarbamide
85feac328a Update hyprland with master layout commands 2024-05-19 00:44:53 +02:00
Hydroxycarbamide
d2232f8808 Update tofi outline 2024-05-19 00:28:48 +02:00
Hydroxycarbamide
71bc067f30 Update tofi, hyprland with rules, waybar with hyprland rules 2024-05-18 23:52:35 +02:00
3 changed files with 75 additions and 28 deletions

View file

@ -148,8 +148,9 @@ dwindle {
} }
master { master {
always_center_master = true always_center_master = false
mfact = 0.60 mfact = 0.60
no_gaps_when_only = 0
} }
misc { misc {
@ -160,7 +161,7 @@ misc {
# vfr = true # vfr = true
# animate_mouse_windowdragging = true # animate_mouse_windowdragging = true
focus_on_activate = false focus_on_activate = true
mouse_move_enables_dpms = true mouse_move_enables_dpms = true
key_press_enables_dpms = true key_press_enables_dpms = true
@ -207,8 +208,30 @@ windowrulev2 = center, title:^(Move files)$
# transparency # transparency
windowrulev2 = opacity 1.0 override 0.9 override, class:^(kitty|foot|footclient|floating-foot|VSCodium|Code)$ windowrulev2 = opacity 1.0 override 0.9 override, class:^(kitty|foot|footclient|floating-foot|VSCodium|Code)$
# games # 1 terminal
# windowrulev2 = workspace 4, class:^(steam_app_*|osu\!|org.prismlauncher.PrismLauncher|steam_app_671860|com.usebottles.bottles|moe.launcher.an-anime-game-launcher|moe.launcher.the-honkers-railway-launcher|genshinimpact.exe|starrail.exe|trackma-*|cs2|csgo_linux64)$ windowrulev2 = workspace 1, class:^(kitty|foot|footclient)$
# 2 browser
windowrulev2 = workspace 2, class:^(mullvadbrowser|floorp|firefox*|Pulse Browser|librewolf*|LibreWolf*|org.qutebrowser.qutebrowser|chromium|thorium*|brave*|vivaldi*)
# 3 files
windowrulev2 = workspace 3, class:^(thunar|org.qbittorrent.qBittorrent|org.kde.dolphin|pcmanfm-qt|deluge)$|^(org.gnome.Nautilus)$|^(org.gnome.NautilusDevel)$|^(nemo*)|fm-term
windowrulev2 = workspace 3, title:^Syncplay*
# 4 games, gaming
windowrulev2 = workspace 4, class:^(steam_app_*|osu\!|org.prismlauncher.PrismLauncher|steam_app_671860|com.usebottles.bottles|moe.launcher.an-anime-game-launcher|moe.launcher.the-honkers-railway-launcher|genshinimpact.exe|starrail.exe|trackma-*|cs2|csgo_linux64)$
# 5 code
windowrulev2 = workspace 5, class:^(VSCodium|org.remmina.Remmina|Code|Pixelorama)$
# 6 media
windowrulev2 = workspace 6, class:^(mpv|Spotify)$
# 7 communication
windowrulev2 = workspace 7, class:^(WebCord|discord|org.telegram.desktop|Signal|teams-for-linux)$
# 8 settings
windowrulev2 = workspace 9, class:^(sc-controller|pavucontrol)$
#################### ####################
@ -290,8 +313,10 @@ bind = $mod, down, movefocus, d
bind = $mod, h, movefocus, l bind = $mod, h, movefocus, l
bind = $mod, l, movefocus, r bind = $mod, l, movefocus, r
bind = $mod, k, movefocus, u # bind = $mod, k, movefocus, u
bind = $mod, j, movefocus, d # bind = $mod, j, movefocus, d
bind = $mod, k, layoutmsg, cycleprev
bind = $mod, j, layoutmsg, cyclenext
bind = $mod SHIFT, left, movewindow, l bind = $mod SHIFT, left, movewindow, l
bind = $mod SHIFT, right, movewindow, r bind = $mod SHIFT, right, movewindow, r
@ -309,6 +334,8 @@ bind = $mod CONTROL, right, layoutmsg, orientationright
bind = $mod CONTROL, up , layoutmsg, orientationtop bind = $mod CONTROL, up , layoutmsg, orientationtop
bind = $mod CONTROL, down , layoutmsg, orientationbottom bind = $mod CONTROL, down , layoutmsg, orientationbottom
bind = $mod CONTROL, c , layoutmsg, orientationcenter bind = $mod CONTROL, c , layoutmsg, orientationcenter
bind = $mod SHIFT CONTROL, h , layoutmsg, addmaster
bind = $mod SHIFT CONTROL, l , layoutmsg, removemaster
# workspace # workspace
bind = $mod, 1, workspace, 1 bind = $mod, 1, workspace, 1
@ -446,7 +473,7 @@ env = QT_QPA_PLATFORMTHEME,qt6ct
env = HYPRCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24
env = XCURSOR_SIZE,24 env = XCURSOR_SIZE,24
#env = HYPRCURSOR_THEME,qogir_hl #env = HYPRCURSOR_THEME,qogir_hl
#env = XCURSOR_THEME,Qogir env = XCURSOR_THEME,Qogir-dark
#env = WLR_NO_HARDWARE_CURSORS,1 #env = WLR_NO_HARDWARE_CURSORS,1

View file

@ -1,48 +1,58 @@
# Font # Font
font = Lexend font = FiraCode Nerd Font Mono, Semibold
font-size = 15 font-size = 13
# Window Style # Window Style
horizontal = true horizontal = false
anchor = top anchor = center
width = 100% width = 30%
height = 42 height = 500
outline-color= #24273a
outline-width = 0 outline-width = 0
border-width = 0
border-color = #f4dbd6
border-width = 5
min-input-width = 120 min-input-width = 120
result-spacing = 30 result-spacing = 30
padding-top = 8 padding-top = 14
padding-bottom = 0 padding-bottom = 14
padding-left = 14 padding-left = 14
padding-right = 0 padding-right = 14
# Text style # Text style
prompt-text = "~>" prompt-text = "~>"
prompt-padding = 30 prompt-padding = 30
# macchiato
border-color = #f4dbd6
background-color = #1e203077 background-color = #24273a
text-color = #cad3f5 text-color = #cad3f5
prompt-color = #1e2030 corner-radius = 10
prompt-color = #181926
prompt-background = #f4dbd6 prompt-background = #f4dbd6
prompt-background-padding = 4, 10 prompt-background-padding = 4, 10
prompt-background-corner-radius = 5 prompt-background-corner-radius = 5
input-color = #1e2030 input-color = #181926
input-background = #f4dbd6 input-background = #f4dbd6
input-background-padding = 4, 10 input-background-padding = 4, 10
input-background-corner-radius = 5 input-background-corner-radius = 5
# alternate-result-background = #b8daf3 default-result-color = #cad3f5
default-result-background = #363a4f
default-result-background-padding = 4, 10
default-result-background-corner-radius = 5
alternate-result-color = #cad3f5
alternate-result-background = #494d64
alternate-result-background-padding = 4, 10 alternate-result-background-padding = 4, 10
alternate-result-background-corner-radius = 5 alternate-result-background-corner-radius = 5
selection-color = #1e2030 selection-color = #181926
selection-background = #f4dbd6 selection-background = #f4dbd6
selection-background-padding = 4, 10 selection-background-padding = 4, 10
selection-background-corner-radius = 5 selection-background-corner-radius = 5

View file

@ -4,9 +4,9 @@
"position": "top", "position": "top",
"height": 32, "height": 32,
"modules-left": [ "modules-left": [
//"hyprland/workspaces", "hyprland/workspaces",
//"sway/workspaces#sway" //"sway/workspaces#sway"
"river/tags", //"river/tags",
//"river/layout", //"river/layout",
"group/visualisation" "group/visualisation"
@ -82,11 +82,21 @@
"active-only": false, "active-only": false,
"disable-scroll": true, "disable-scroll": true,
"all-outputs": false, "all-outputs": false,
"format": "{name}", "format": "{icon}",
"sort-by-number": true, "sort-by-number": true,
"format-icons": { "format-icons": {
"active": "", "1": " ",
"2": " ",
"3": " ",
"4": " ",
"5": " ",
"6": " ",
"7": " ",
"8": " ",
"default": "" "default": ""
},
"persistent-workspaces": {
"*": 4
} }
}, },
"sway/workspaces#sway": { "sway/workspaces#sway": {