Compare commits

...

3 Commits

3 changed files with 3 additions and 13 deletions

View File

@@ -37,7 +37,7 @@ monitor=DP-3,1920x1080@60, 3440x1200,1
$terminal = alacritty $terminal = alacritty
$fileManager = thunar $fileManager = thunar
$navigator = firefox $navigator = firefox
$menu = walker $menu = wofi --show drun
################# #################
@@ -50,7 +50,6 @@ $menu = walker
# exec-once = $terminal # exec-once = $terminal
# exec-once = nm-applet & # exec-once = nm-applet &
exec-once = waybar & hyprpaper & mako & hypridle exec-once = waybar & hyprpaper & mako & hypridle
exec-once = walker --gapplication-service
############################# #############################

View File

@@ -13,7 +13,7 @@ set -g status-right "#[fg=#66C3CC,bg=#191A1C]#[fg=#191A1C,bg=#66C3CC] %Y-%m-%
set -g message-style "bg=#202424,fg=#F0F0F0" set -g message-style "bg=#202424,fg=#F0F0F0"
set -g message-command-style "bg=#202424,fg=#F0F0F0" set -g message-command-style "bg=#202424,fg=#F0F0F0"
set -g mode-style "bg=#08335E,fg=#F0F0F0" set -g mode-style "bg=#0e3327,fg=#f0f0f0"
set -g pane-border-style "fg=#404040" set -g pane-border-style "fg=#404040"
set -g pane-active-border-style "fg=#6C95EB" set -g pane-active-border-style "fg=#6C95EB"

View File

@@ -11,7 +11,6 @@
"gtk-layer-shell": true, "gtk-layer-shell": true,
"reload_style_on_change": true, "reload_style_on_change": true,
"modules-left": [ "modules-left": [
"custom/launcher",
"hyprland/workspaces", "hyprland/workspaces",
"hyprland/window" "hyprland/window"
], ],
@@ -27,13 +26,6 @@
"tray", "tray",
"custom/power" "custom/power"
], ],
"custom/launcher": {
"format": "",
"tooltip": true,
"tooltip-format": "Open Walker",
"on-click": "walker",
"on-click-right": "thunar"
},
"memory": { "memory": {
"interval": 5, "interval": 5,
"format": "󰍛 {}%" "format": "󰍛 {}%"
@@ -91,9 +83,8 @@
} }
}, },
"clock": { "clock": {
"format": "󰃰 {:%a %d %b} 󰥔 {:%H:%M}", "format": "{:%a %d %b}",
"rotate": 0, "rotate": 0,
"on-click": "walker",
"tooltip-format": "<tt>{calendar}</tt>", "tooltip-format": "<tt>{calendar}</tt>",
"calendar": { "calendar": {
"mode": "year", "mode": "year",