Trim workspaces a bit more, switch to using octicons for icons

This commit is contained in:
Evie Litherland-Smith 2023-11-05 08:10:23 +00:00
parent ebf78f3e31
commit 8fd2395760
2 changed files with 8 additions and 29 deletions

View file

@ -110,8 +110,6 @@ in ''
bind = SUPER ALT, W, exec, [workspace 3] nyxt
bind = SUPER ALT, F, exec, [workspace 4] thunar
bind = SUPER ALT, C, exec, [workspace 5] fractal
bind = SUPER ALT, G, exec, [workspace 6] steam
bind = SUPER ALT, R, exec, [workspace 7] nxplayer
# Misc useful binds
bind=,XF86Calculator,exec,rofi -replace -show calc
@ -198,18 +196,6 @@ in ''
windowrule = workspace 5, (discord)
windowrule = workspace 5, (teams-for-linux)
# 6: [g]aming
bind = SUPER, G, moveworkspacetomonitor, 6 current
bind = SUPER, G, workspace, 6
bind = SUPER SHIFT, G, movetoworkspace, 6
windowrule = workspace 6, (steam)
# 7: [r]emote
bind = SUPER, R, moveworkspacetomonitor, 7 current
bind = SUPER, R, workspace, 7
bind = SUPER SHIFT, R, movetoworkspace, 7
windowrule = workspace 7, (Nxplayer.bin)
# Special workspaces
bind = SUPER, comma, workspace, m-1
bind = SUPER SHIFT, comma, movetoworkspace, r-1

View file

@ -49,24 +49,17 @@
"hyprland/workspaces" = {
format = "{icon}";
format-icons = {
# "1" = "󰛡"; # [a]ny (or def[a]ult)
"1" = "󰟀"; # [t]erminal
"2" = "󰳼"; # [e]ditor
"3" = "󰖟"; # [w]eb browser
"4" = "󰝰"; # [f]iles
"5" = "󰭹"; # [c]hat
"6" = "󰊗"; # [g]aming
"7" = "󰢹"; # [r]emote
default = "󰛡";
special = "󰓎";
urgent = "󰣘";
"1" = ""; # [t]erminal
"2" = ""; # [e]ditor
"3" = ""; # [w]eb browser
"4" = ""; # [f]iles
"5" = ""; # [c]hat
default = "";
special = "";
urgent = "";
};
show-special = true;
};
"hyprland/window" = {
format = "{title}";
separate-outputs = true;
};
mpris = {
"format" =
"{player_icon} <b>{title}</b> [{position}/{length}] {status_icon}";