add laptop1
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
####################
|
||||
|
||||
$terminal = kitty
|
||||
$fileManager = thunar
|
||||
$fileManager = dolphin
|
||||
$menu = wofi --show drun
|
||||
$calc = qalculate-gtk
|
||||
|
||||
@@ -26,7 +26,6 @@ bind = $mainMod, F, fullscreen
|
||||
bind = $mainMod, T, togglefloating
|
||||
bind = , XF86Calculator, exec, $calc
|
||||
bind = , XF86RFKill, exec, virt-manager
|
||||
bind = , XF86Favorites, exec, discord
|
||||
bind = $mainMod, L, exec, hyprlock
|
||||
|
||||
# Change Wallpaper
|
||||
|
||||
@@ -20,7 +20,7 @@ monitor=,preferred,auto,1
|
||||
|
||||
# Set programs that you use
|
||||
$terminal = kitty
|
||||
$fileManager = thunar
|
||||
$fileManager = dolphin
|
||||
$menu = wofi --show drun
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@ $menu = wofi --show drun
|
||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||
# Or execute your favorite apps at launch like this:
|
||||
|
||||
exec-once = $terminal
|
||||
exec-once = waybar
|
||||
exec-once = /home/smayzy/.config/hypr/battery.sh
|
||||
exec = /home/smayzy/.config/hypr/wallpaper.sh
|
||||
|
||||
@@ -3,10 +3,7 @@
|
||||
{
|
||||
"layer": "top",
|
||||
"modules-left": [
|
||||
"custom/launcher",
|
||||
"custom/right-arrow-dark",
|
||||
"custom/right-arrow-light",
|
||||
"network",
|
||||
"network",
|
||||
"custom/right-arrow-dark",
|
||||
"custom/right-arrow-light",
|
||||
"hyprland/workspaces",
|
||||
@@ -24,9 +21,6 @@
|
||||
"custom/right-arrow-dark"
|
||||
],
|
||||
"modules-right": [
|
||||
"custom/left-arrow-dark",
|
||||
"custom/updates",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"cpu",
|
||||
"custom/left-arrow-light",
|
||||
@@ -37,12 +31,12 @@
|
||||
"pulseaudio",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"backlight",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"battery",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"backlight",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"battery",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"disk",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
@@ -144,18 +138,8 @@
|
||||
"tray": {
|
||||
"icon-size": 20
|
||||
},
|
||||
"custom/launcher":{
|
||||
"format": " ",
|
||||
"on-click": "wofi --show drun",
|
||||
"on-click-right": "killall wofi"
|
||||
},
|
||||
"custom/power":{
|
||||
"format": " ",
|
||||
"on-click": "wlogout"
|
||||
},
|
||||
"custom/updates":{
|
||||
"format": " {} Update(s) ",
|
||||
"exec": "checkupdates | wc -l",
|
||||
"interval": 600
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,15 +18,10 @@ window#waybar {
|
||||
background: #1a1a1a;
|
||||
}
|
||||
|
||||
#custom-updates {
|
||||
color: #F3881F;
|
||||
background: #1a1a1a;
|
||||
}
|
||||
#custom-power {
|
||||
color: #ff8080;
|
||||
background: #1a1a1a;
|
||||
}
|
||||
#custom-launcher,
|
||||
#workspaces,
|
||||
#clock.1,
|
||||
#clock.2,
|
||||
|
||||
Reference in New Issue
Block a user