Compare commits

..

4 Commits

Author SHA1 Message Date
Harzo f334e78f1d Foot + Waybar: make more transparent background 2023-09-15 20:21:18 +02:00
Harzo 10aa03af2d Waybar: update monitors 2023-09-15 19:54:28 +02:00
Harzo 0584fe8e3d Hyprland: add custom bind for feishin 2023-09-15 19:50:56 +02:00
Harzo 1e08afad48 Hyprland: Update monitors 2023-09-15 19:49:57 +02:00
5 changed files with 18 additions and 18 deletions

View File

@ -25,6 +25,6 @@ hide-when-typing = no
alternate-scroll-mode = yes alternate-scroll-mode = yes
[colors] [colors]
alpha = 0.9 alpha = 0.5
# vim: ft=dosini # vim: ft=dosini

View File

@ -1,13 +1,13 @@
monitor = HDMI-A-1,1920x1080@144,0x0,1 monitor = DP-2,2560x1440@170,0x0,1
workspace = HDMI-A-1,1 workspace = DP-2,1
workspace = 1, monitor:HDMI-A-1 workspace = 1, monitor:DP-2
workspace = 2, monitor:HDMI-A-1 workspace = 2, monitor:DP-2
workspace = 3, monitor:HDMI-A-1 workspace = 3, monitor:DP-2
workspace = 4, monitor:HDMI-A-1 workspace = 4, monitor:DP-2
workspace = 5, monitor:HDMI-A-1 workspace = 5, monitor:DP-2
workspace = 6, monitor:HDMI-A-1 workspace = 6, monitor:DP-2
monitor = DP-3,2560x1440@75,auto,1.33 monitor = DP-3,2560x1440@75,auto,1
workspace = DP-3,11 workspace = DP-3,11
workspace = 11, monitor:DP-3 workspace = 11, monitor:DP-3
workspace = 12, monitor:DP-3 workspace = 12, monitor:DP-3

View File

@ -11,4 +11,5 @@ bind = $mmod, F3, exec, discord --enable-features=UseOzonePlatform --ozone-plat
bind = $mmod, F4, exec, keepassxc bind = $mmod, F4, exec, keepassxc
bind = $mmod, F5, exec, virt-manager bind = $mmod, F5, exec, virt-manager
bind = $mmod, F6, exec, steam bind = $mmod, F6, exec, steam
bind = $mmod, F7, exec, feishin
bind = $mmod, F12, exec, fish -c 'pkill waybar; waybar &' bind = $mmod, F12, exec, fish -c 'pkill waybar; waybar &'

View File

@ -31,12 +31,12 @@
"active-only": false, "active-only": false,
"all-outputs": false, "all-outputs": false,
"persistent_workspaces": { "persistent_workspaces": {
"1": ["HDMI-A-1"], "1": ["DP-2"],
"2": ["HDMI-A-1"], "2": ["DP-2"],
"3": ["HDMI-A-1"], "3": ["DP-2"],
"4": ["HDMI-A-1"], "4": ["DP-2"],
"5": ["HDMI-A-1"], "5": ["DP-2"],
"6": ["HDMI-A-1"], "6": ["DP-2"],
"11": ["DP-3"], "11": ["DP-3"],
"12": ["DP-3"], "12": ["DP-3"],
"13": ["DP-3"], "13": ["DP-3"],

View File

@ -20,7 +20,7 @@
} }
} }
@define-color bg #2e3440; @define-color bg rgba(46, 52, 64, 0.5);
@define-color light #d8dee9; @define-color light #d8dee9;
@define-color warning #ebcb8b; @define-color warning #ebcb8b;
@define-color critical #bf616a; @define-color critical #bf616a;
@ -120,4 +120,3 @@ tooltip {
color: @warning; color: @warning;
opacity: 1; opacity: 1;
} }