Updates
This commit is contained in:
parent
330c14bc10
commit
79d955a4ba
@ -32,8 +32,8 @@ separator = ""
|
|||||||
separator-foreground = ${colors.disabled}
|
separator-foreground = ${colors.disabled}
|
||||||
font-0 = "Fira Sans SemiBold:size=11;2"
|
font-0 = "Fira Sans SemiBold:size=11;2"
|
||||||
font-1 = "Font Awesome 6 Free Solid:pixelsize=11;2"
|
font-1 = "Font Awesome 6 Free Solid:pixelsize=11;2"
|
||||||
modules-left = appmenu xworkspaces brave
|
modules-left = appmenu brave xwindow
|
||||||
modules-center = xwindow
|
modules-center = xworkspaces
|
||||||
modules-right = battery xkeyboard mysystem filesystem pulseaudio memory cpu date exit
|
modules-right = battery xkeyboard mysystem filesystem pulseaudio memory cpu date exit
|
||||||
cursor-click = pointer
|
cursor-click = pointer
|
||||||
cursor-scroll = ns-resize
|
cursor-scroll = ns-resize
|
||||||
@ -56,8 +56,8 @@ separator = ""
|
|||||||
separator-foreground = ${colors.disabled}
|
separator-foreground = ${colors.disabled}
|
||||||
font-0 = "Fira Sans SemiBold:size=11;2"
|
font-0 = "Fira Sans SemiBold:size=11;2"
|
||||||
font-1 = "Font Awesome 6 Free Solid:pixelsize=11;2"
|
font-1 = "Font Awesome 6 Free Solid:pixelsize=11;2"
|
||||||
modules-left = appmenu xworkspaces brave outlook teams calculator chatgpt
|
modules-left = appmenu brave outlook teams calculator chatgpt xwindow
|
||||||
modules-center = xwindow
|
modules-center = xworkspaces
|
||||||
modules-right = battery xkeyboard mysystem filesystem pulseaudio memory cpu date exit
|
modules-right = battery xkeyboard mysystem filesystem pulseaudio memory cpu date exit
|
||||||
cursor-click = pointer
|
cursor-click = pointer
|
||||||
cursor-scroll = ns-resize
|
cursor-scroll = ns-resize
|
||||||
|
@ -9,11 +9,30 @@
|
|||||||
# by Stephan Raabe (2023)
|
# by Stephan Raabe (2023)
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
# My screen resolution
|
||||||
xrandr --rate 120
|
xrandr --rate 120
|
||||||
|
|
||||||
|
# For Virtual Machine
|
||||||
|
# xrandr --outout Virtual-1 --mode 1920x1080
|
||||||
|
|
||||||
|
# Set keyboard mapping
|
||||||
setxkbmap de
|
setxkbmap de
|
||||||
|
# setxkbmap en
|
||||||
|
|
||||||
|
# Load picom
|
||||||
picom &
|
picom &
|
||||||
|
|
||||||
|
# Load power manager
|
||||||
xfce4-power-manager &
|
xfce4-power-manager &
|
||||||
|
|
||||||
|
# Load notification service
|
||||||
dunst &
|
dunst &
|
||||||
|
|
||||||
|
# Launch polybar
|
||||||
~/dotfiles/polybar/launch.sh &
|
~/dotfiles/polybar/launch.sh &
|
||||||
|
|
||||||
|
# Setup Wallpaper and update colors
|
||||||
~/dotfiles/scripts/updatewal.sh &
|
~/dotfiles/scripts/updatewal.sh &
|
||||||
|
|
||||||
|
# Load Windows 11 VM
|
||||||
# virsh --connect qemu:///system start win11
|
# virsh --connect qemu:///system start win11
|
||||||
|
Loading…
Reference in New Issue
Block a user