Laptop #2
|
@ -1,7 +1,6 @@
|
||||||
exec-once=hyprpaper
|
exec-once=hyprpaper
|
||||||
env = WLR_DRM_DEVICES,/dev/dri/card0:/dev/dri/card1
|
env = WLR_DRM_DEVICES,/dev/dri/card0:/dev/dri/card1
|
||||||
monitor=,preferred,auto,1
|
monitor=,preferred,auto,1
|
||||||
exec-once=waybar
|
|
||||||
exec-once=sudo wg-quick up wg0
|
exec-once=sudo wg-quick up wg0
|
||||||
exec-once=sleep 0.7 && swaylock
|
exec-once=sleep 0.7 && swaylock
|
||||||
|
|
||||||
|
@ -33,6 +32,8 @@ windowrule = center,title:^(rofi)(.*)$
|
||||||
windowrule = noborder,title:^(rofi)(.*)$
|
windowrule = noborder,title:^(rofi)(.*)$
|
||||||
windowrule = noanim,waybar
|
windowrule = noanim,waybar
|
||||||
|
|
||||||
|
exec-once=waybar
|
||||||
|
|
||||||
binds {
|
binds {
|
||||||
scroll_event_delay=1
|
scroll_event_delay=1
|
||||||
}
|
}
|
||||||
|
@ -114,6 +115,7 @@ bind = $mainMod, C, exec, CM_LAUNCHER=rofi-script rofi -modi "clipmenu:/usr/bin/
|
||||||
bind = $mainMod, Y, exec, /home/user/.config/rofi/rofi-ykman.sh
|
bind = $mainMod, Y, exec, /home/user/.config/rofi/rofi-ykman.sh
|
||||||
bind = Super_L Control_L, Q, exec, systemctl suspend
|
bind = Super_L Control_L, Q, exec, systemctl suspend
|
||||||
bind = $mainMod, Escape, exec, rofi -show power-menu -modi power-menu:/home/user/.config/scripts/rofi-power-menu
|
bind = $mainMod, Escape, exec, rofi -show power-menu -modi power-menu:/home/user/.config/scripts/rofi-power-menu
|
||||||
|
|
||||||
bind = ,XF86PowerOff, exec, rofi -show power-menu -modi power-menu:/home/user/.config/scripts/rofi-power-menu
|
bind = ,XF86PowerOff, exec, rofi -show power-menu -modi power-menu:/home/user/.config/scripts/rofi-power-menu
|
||||||
bind = ,XF86MonBrightnessUp, exec, xbacklight -inc 10
|
bind = ,XF86MonBrightnessUp, exec, xbacklight -inc 10
|
||||||
bind = ,XF86MonBrightnessDown, exec, xbacklight -dec 10
|
bind = ,XF86MonBrightnessDown, exec, xbacklight -dec 10
|
||||||
|
|
|
@ -53,8 +53,8 @@
|
||||||
"format": "{used:0.2f}G"
|
"format": "{used:0.2f}G"
|
||||||
},
|
},
|
||||||
"temperature": {
|
"temperature": {
|
||||||
"thermal-zone": 6,
|
|
||||||
// "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
|
// "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
|
||||||
|
"thermal-zone": 6,
|
||||||
"interval": 5,
|
"interval": 5,
|
||||||
"critical-threshold": 80,
|
"critical-threshold": 80,
|
||||||
// "format-critical": "{temperatureC}°C {icon}",
|
// "format-critical": "{temperatureC}°C {icon}",
|
||||||
|
|
|
@ -25,7 +25,6 @@ button:hover {
|
||||||
background: inherit;
|
background: inherit;
|
||||||
box-shadow: inset 0 0 #ffffff;
|
box-shadow: inset 0 0 #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
@ -73,7 +72,6 @@ button:hover {
|
||||||
|
|
||||||
#window {
|
#window {
|
||||||
font-weight:400;
|
font-weight:400;
|
||||||
font-size:14px;
|
|
||||||
margin-left:0;
|
margin-left:0;
|
||||||
}
|
}
|
||||||
window#waybar.empty #window {
|
window#waybar.empty #window {
|
||||||
|
|
Loading…
Reference in New Issue