Compare commits
3 Commits
2eabf8290a
...
6bc4e3e870
| Author | SHA1 | Date | |
|---|---|---|---|
| 6bc4e3e870 | |||
| b6d7d77191 | |||
| d8880a303e |
@@ -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
|
|
||||||
|
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user