updated void-desktop-install.txt and config-files
This commit is contained in:
parent
aa2fb299ef
commit
0db61f068f
5 changed files with 34 additions and 68 deletions
|
@ -4,3 +4,4 @@ border-size=6
|
||||||
border-radius=20
|
border-radius=20
|
||||||
border-color=#1515157F
|
border-color=#1515157F
|
||||||
icons=1
|
icons=1
|
||||||
|
default-timeout=6000
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"modules-left": ["wlr/taskbar"],
|
"modules-left": ["wlr/taskbar"],
|
||||||
"modules-center": ["clock"],
|
"modules-center": ["clock"],
|
||||||
"modules-right": ["bluetooth","temperature","cpu","memory","pulseaudio","network","custom/search","custom/poweroff"],
|
"modules-right": ["temperature","memory","tray","custom/search","custom/poweroff"],
|
||||||
"fixed-center": true,
|
"fixed-center": true,
|
||||||
"spacing": 20,
|
"spacing": 20,
|
||||||
"custom/poweroff":
|
"custom/poweroff":
|
||||||
|
@ -26,49 +26,16 @@
|
||||||
"format": "{:%a %H:%M %d-%m-%y}",
|
"format": "{:%a %H:%M %d-%m-%y}",
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
"pulseaudio":
|
"tray":
|
||||||
{
|
{
|
||||||
"format": "{icon} {volume}%",
|
"icon-size": 20,
|
||||||
"format-muted": "",
|
"spacing": 20
|
||||||
"format-icons":
|
|
||||||
{
|
|
||||||
"default": ""
|
|
||||||
},
|
|
||||||
"scroll-step": 1,
|
|
||||||
"on-click": "pavucontrol"
|
|
||||||
},
|
|
||||||
"network":
|
|
||||||
{
|
|
||||||
"interface": "enp24s0",
|
|
||||||
"format": "{ifname}",
|
|
||||||
"format-wifi": "{essid} ",
|
|
||||||
"format-ethernet": "",
|
|
||||||
"format-disconnected": "",
|
|
||||||
"tooltip-format": "{ifname} via {gwaddr} ",
|
|
||||||
"tooltip-format-wifi": "{essid} ({signalStrength}%) ",
|
|
||||||
"tooltip-format-ethernet": "{ifname} {ipaddr} ",
|
|
||||||
"tooltip-format-disconnected": "Disconnected"
|
|
||||||
},
|
|
||||||
"bluetooth":
|
|
||||||
{
|
|
||||||
"format": "",
|
|
||||||
"format-connected": "",
|
|
||||||
"tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected",
|
|
||||||
"tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}",
|
|
||||||
"tooltip-format-enumerate-connected": "{device_alias}\t{device_address}",
|
|
||||||
"tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%",
|
|
||||||
"on-click": "blueman-manager"
|
|
||||||
},
|
},
|
||||||
"memory":
|
"memory":
|
||||||
{
|
{
|
||||||
"interval": 30,
|
"interval": 30,
|
||||||
"format": " {}%"
|
"format": " {}%"
|
||||||
},
|
},
|
||||||
"cpu":
|
|
||||||
{
|
|
||||||
"interval": 10,
|
|
||||||
"format": " {}%"
|
|
||||||
},
|
|
||||||
"temperature":
|
"temperature":
|
||||||
{
|
{
|
||||||
"format": " {temperatureC}°C"
|
"format": " {temperatureC}°C"
|
||||||
|
@ -77,7 +44,6 @@
|
||||||
{
|
{
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
"icon-size": 20,
|
"icon-size": 20,
|
||||||
"icon-theme": "Numix-Circle",
|
|
||||||
"tooltip-format": "{title}",
|
"tooltip-format": "{title}",
|
||||||
"on-click": "activate",
|
"on-click": "activate",
|
||||||
"on-click-middle": "close"
|
"on-click-middle": "close"
|
||||||
|
@ -110,19 +76,18 @@
|
||||||
"format": "{:%a %H:%M %d-%m-%y}",
|
"format": "{:%a %H:%M %d-%m-%y}",
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
"wlr/taskbar":
|
|
||||||
{
|
|
||||||
"format": "{icon}",
|
|
||||||
"icon-size": 20,
|
|
||||||
"icon-theme": "Numix-Circle",
|
|
||||||
"tooltip-format": "{title}",
|
|
||||||
"on-click": "activate",
|
|
||||||
"on-click-middle": "close"
|
|
||||||
},
|
|
||||||
"tray":
|
"tray":
|
||||||
{
|
{
|
||||||
"icon-size": 20,
|
"icon-size": 20,
|
||||||
"spacing": 20
|
"spacing": 20
|
||||||
|
},
|
||||||
|
"wlr/taskbar":
|
||||||
|
{
|
||||||
|
"format": "{icon}",
|
||||||
|
"icon-size": 20,
|
||||||
|
"tooltip-format": "{title}",
|
||||||
|
"on-click": "activate",
|
||||||
|
"on-click-middle": "close"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -22,6 +22,7 @@ tooltip
|
||||||
border: 1px solid rgba(0, 0, 0, 0.5);
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
||||||
border-radius: 20;
|
border-radius: 20;
|
||||||
}
|
}
|
||||||
|
|
||||||
tooltip label
|
tooltip label
|
||||||
{
|
{
|
||||||
color: white;
|
color: white;
|
||||||
|
|
|
@ -19,15 +19,16 @@ zoom_enabled_for = none
|
||||||
|
|
||||||
[autostart]
|
[autostart]
|
||||||
audio = pipewire
|
audio = pipewire
|
||||||
|
audio_notify = sleep 5; dbus-launch pa-notify -t 2
|
||||||
automount = udiskie -As
|
automount = udiskie -As
|
||||||
autostart_wf_shell = false
|
autostart_wf_shell = false
|
||||||
background = wf-background
|
background = wf-background
|
||||||
bar = waybar
|
bar = waybar
|
||||||
element = element-desktop --hidden
|
element = element-desktop --hidden
|
||||||
idle = swayidle -w timeout 590 gtklock before-sleep gtklock
|
idle = swayidle -w timeout 590 gtklock before-sleep gtklock
|
||||||
|
network = sleep 5; nm-applet --indicator
|
||||||
notifications = mako
|
notifications = mako
|
||||||
outputs = kanshi
|
outputs = kanshi
|
||||||
portal = /usr/libexec/xdg-desktop-portal
|
|
||||||
|
|
||||||
[blur]
|
[blur]
|
||||||
blur_by_default = type is "toplevel"
|
blur_by_default = type is "toplevel"
|
||||||
|
@ -48,34 +49,34 @@ saturation = 1.000000
|
||||||
toggle = none
|
toggle = none
|
||||||
|
|
||||||
[command]
|
[command]
|
||||||
binding_volumeup = KEY_VOLUMEUP
|
|
||||||
binding_volumedown = KEY_VOLUMEDOWN
|
|
||||||
binding_mute = KEY_MUTE
|
|
||||||
binding_filer = <super> KEY_F
|
binding_filer = <super> KEY_F
|
||||||
binding_firefox = <super> KEY_B
|
binding_firefox = <super> KEY_B
|
||||||
binding_gamma = <super> KEY_G
|
binding_gamma = <super> KEY_G
|
||||||
binding_kanshi = <super> KEY_K
|
binding_kanshi = <super> KEY_K
|
||||||
binding_launcher = <super> KEY_S
|
binding_launcher = <super> KEY_S
|
||||||
binding_matrix = <super> KEY_E
|
binding_matrix = <super> KEY_E
|
||||||
|
binding_mute = KEY_MUTE
|
||||||
binding_screenshot = <shift> KEY_SYSRQ
|
binding_screenshot = <shift> KEY_SYSRQ
|
||||||
binding_screenshot_interactive = KEY_SYSRQ
|
binding_screenshot_interactive = KEY_SYSRQ
|
||||||
binding_terminal = <super> KEY_T
|
binding_terminal = <super> KEY_T
|
||||||
|
binding_volumedown = KEY_VOLUMEDOWN
|
||||||
|
binding_volumeup = KEY_VOLUMEUP
|
||||||
binding_vscode = <super> KEY_V
|
binding_vscode = <super> KEY_V
|
||||||
binding_waybar = <super> KEY_W
|
binding_waybar = <super> KEY_W
|
||||||
binding_wlogout = <super> KEY_P
|
binding_wlogout = <super> KEY_P
|
||||||
command_volumeup = pamixer -i 5 -u
|
|
||||||
command_volumedown = pamixer -d 5 -u
|
|
||||||
command_mute = pamixer -t
|
|
||||||
command_filer = Thunar
|
command_filer = Thunar
|
||||||
command_firefox = firefox
|
command_firefox = firefox
|
||||||
command_gamma = wlsunset -l 52.0 -L 5.9 -t 3000
|
command_gamma = wlsunset -l 52.0 -L 5.9 -t 3000
|
||||||
command_kanshi = kanshi
|
command_kanshi = kanshi
|
||||||
command_launcher = wofi --show drun
|
command_launcher = wofi --show drun
|
||||||
command_matrix = element-desktop
|
command_matrix = element-desktop
|
||||||
|
command_mute = pamixer -t
|
||||||
command_screenshot = grim $(date '+%F_%T').png
|
command_screenshot = grim $(date '+%F_%T').png
|
||||||
command_screenshot_interactive = slurp | grim -g - $(date '+%F_%T').png
|
command_screenshot_interactive = slurp | grim -g - $(date '+%F_%T').png
|
||||||
command_terminal = foot
|
command_terminal = foot
|
||||||
command_vscode = code-oss
|
command_volumedown = pamixer -d 5 -u
|
||||||
|
command_volumeup = pamixer -i 5 -u
|
||||||
|
command_vscode = ~/packages/vscode/code
|
||||||
command_waybar = pkill -9 waybar; waybar
|
command_waybar = pkill -9 waybar; waybar
|
||||||
command_wlogout = wlogout
|
command_wlogout = wlogout
|
||||||
|
|
||||||
|
@ -86,7 +87,7 @@ focus_button_with_modifiers = false
|
||||||
focus_buttons = BTN_LEFT | BTN_MIDDLE | BTN_RIGHT
|
focus_buttons = BTN_LEFT | BTN_MIDDLE | BTN_RIGHT
|
||||||
focus_buttons_passthrough = true
|
focus_buttons_passthrough = true
|
||||||
max_render_time = -1
|
max_render_time = -1
|
||||||
plugins = alpha animate autostart command cube expo grid idle move oswitch place resize vswitch window-rules wm-actions zoom blur fast-switcher wobbly preserve-output
|
plugins = alpha animate autostart command cube expo grid idle move oswitch place resize vswitch window-rules wm-actions zoom blur fast-switcher wobbly preserve-output wrot
|
||||||
preferred_decoration_mode = server
|
preferred_decoration_mode = server
|
||||||
vheight = 3
|
vheight = 3
|
||||||
vwidth = 3
|
vwidth = 3
|
||||||
|
@ -110,12 +111,12 @@ speed_zoom = 0.070000
|
||||||
zoom = 0.100000
|
zoom = 0.100000
|
||||||
|
|
||||||
[decoration]
|
[decoration]
|
||||||
active_color = \#000000FF
|
active_color = \#000000CA
|
||||||
border_size = 0
|
border_size = 2
|
||||||
button_order =
|
button_order =
|
||||||
font = Roboto
|
font = Roboto
|
||||||
ignore_views = none
|
ignore_views = none
|
||||||
inactive_color = \#000000FF
|
inactive_color = \#0000009C
|
||||||
title_height = 0
|
title_height = 0
|
||||||
|
|
||||||
[expo]
|
[expo]
|
||||||
|
@ -141,7 +142,7 @@ move_fingers = 3
|
||||||
[fast-switcher]
|
[fast-switcher]
|
||||||
activate = <alt> KEY_TAB
|
activate = <alt> KEY_TAB
|
||||||
activate_backward = <alt> <shift> KEY_TAB
|
activate_backward = <alt> <shift> KEY_TAB
|
||||||
inactive_alpha = 0.700000
|
inactive_alpha = 1.000000
|
||||||
|
|
||||||
[fisheye]
|
[fisheye]
|
||||||
radius = 450.000000
|
radius = 450.000000
|
||||||
|
|
|
@ -215,12 +215,13 @@ Post install:
|
||||||
}
|
}
|
||||||
Taskbar:
|
Taskbar:
|
||||||
{
|
{
|
||||||
# xbps-install -Sy Waybar fontmanager papirus-icon-theme fonts-roboto-ttf font-awesome noto-fonts-ttf noto-fonts-cjk
|
# xbps-install -Sy Waybar network-manager-applet fontmanager papirus-icon-theme fonts-roboto-ttf font-awesome noto-fonts-ttf noto-fonts-cjk
|
||||||
$ cp -r void-desktop/config-files/waybar .config/
|
$ cp -r void-desktop/config-files/waybar .config/
|
||||||
$ vim .config/wayfire.ini:
|
$ vim .config/wayfire.ini:
|
||||||
{
|
{
|
||||||
> [autostart]
|
> [autostart]
|
||||||
> bar = waybar
|
> bar = waybar
|
||||||
|
> network = sleep 5; nm-applet --indicator
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Tasklauncher:
|
Tasklauncher:
|
||||||
|
@ -250,7 +251,7 @@ Post install:
|
||||||
}
|
}
|
||||||
Audio:
|
Audio:
|
||||||
{
|
{
|
||||||
# xbps-install alsa-pipewire pipewire wireplumber pavucontrol pamixer
|
# xbps-install alsa-pipewire pipewire wireplumber pavucontrol pamixer pa-notify
|
||||||
# mkdir /etc/pipewire
|
# mkdir /etc/pipewire
|
||||||
# cp /usr/share/pipewire/pipewire.conf /etc/pipewire/
|
# cp /usr/share/pipewire/pipewire.conf /etc/pipewire/
|
||||||
# vim /etc/pipewire/pipewire.conf:
|
# vim /etc/pipewire/pipewire.conf:
|
||||||
|
@ -267,6 +268,7 @@ Post install:
|
||||||
{
|
{
|
||||||
> [autostart]
|
> [autostart]
|
||||||
> audio = pipewire
|
> audio = pipewire
|
||||||
|
> audio_notify = sleep 5; dbus-launch pa-notify -t 2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Lockscreen:
|
Lockscreen:
|
||||||
|
@ -317,7 +319,7 @@ Post install:
|
||||||
}
|
}
|
||||||
Steam:
|
Steam:
|
||||||
{
|
{
|
||||||
# xbps-install steam wine winetricks protontricks
|
# xbps-install steam wine winetricks protontricks gamemode gamescope
|
||||||
}
|
}
|
||||||
virt-manager:
|
virt-manager:
|
||||||
{
|
{
|
||||||
|
@ -327,11 +329,7 @@ Post install:
|
||||||
{
|
{
|
||||||
default-applications:
|
default-applications:
|
||||||
{
|
{
|
||||||
# xbps-install -Sy firefox vscode foot thunar element-desktop mpv baobab gimp grim slurp libreoffice-base
|
# xbps-install -Sy firefox vscode foot thunar element-desktop mpv baobab gimp grim slurp
|
||||||
}
|
|
||||||
foot-openssh:
|
|
||||||
{
|
|
||||||
$ TERM=xterm-256color
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue