update more for 4k oled
This commit is contained in:
@@ -88,10 +88,10 @@ output DP-2 {
|
|||||||
position 3840 0
|
position 3840 0
|
||||||
|
|
||||||
# ECO
|
# ECO
|
||||||
mode 2560x1440@60Hz
|
# mode 2560x1440@60Hz
|
||||||
|
|
||||||
# FULL
|
# FULL
|
||||||
# modeline 586.59 2560 2568 2600 2640 1440 1529 1537 1543 +hsync -vsync
|
# modeline 586.59 2560 2568 2600 2640 1440 1529 1537 1543 +hsync -vsync
|
||||||
}
|
}
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
@@ -227,7 +227,7 @@ bindsym $mod+Shift+s exec systemctl suspend
|
|||||||
set $osrs_scripts /home/raga/repos/linux/sway-new-config
|
set $osrs_scripts /home/raga/repos/linux/sway-new-config
|
||||||
set $osrs_mode OSRS
|
set $osrs_mode OSRS
|
||||||
|
|
||||||
bindsym f12 mode "$osrs_mode"
|
#bindsym f12 mode "$osrs_mode"
|
||||||
|
|
||||||
mode "$osrs_mode" {
|
mode "$osrs_mode" {
|
||||||
bindsym q exec $osrs_scripts/osrs-drop.sh
|
bindsym q exec $osrs_scripts/osrs-drop.sh
|
||||||
@@ -507,8 +507,37 @@ bindsym $mod+i bar mode toggle
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
bar {
|
bar {
|
||||||
|
output DP-1
|
||||||
position bottom
|
position bottom
|
||||||
mode dock
|
mode dock
|
||||||
|
height 40
|
||||||
|
#font pango:monospace 10
|
||||||
|
font pango: FontAwesome, monospace 14
|
||||||
|
separator_symbol " "
|
||||||
|
strip_workspace_numbers yes
|
||||||
|
workspace_min_width 36
|
||||||
|
|
||||||
|
# Try to use i3status-rust for better functionality, fallback to basic status
|
||||||
|
status_command i3status-rs ~/.config/sway/i3status-rust.toml || while date +'%Y-%m-%d %l:%M:%S %p'; do sleep 1; done
|
||||||
|
|
||||||
|
colors {
|
||||||
|
background #000000
|
||||||
|
statusline #ffffff
|
||||||
|
separator #666666
|
||||||
|
|
||||||
|
# border backgr. text
|
||||||
|
focused_workspace #000000 #ffffff #000000
|
||||||
|
active_workspace #ffffff #000000 #ffffff
|
||||||
|
inactive_workspace #000000 #000000 #ffffff
|
||||||
|
urgent_workspace #000000 #ff0000 #ffffff
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
bar {
|
||||||
|
output DP-2
|
||||||
|
position bottom
|
||||||
|
mode dock
|
||||||
|
height 24
|
||||||
#font pango:monospace 10
|
#font pango:monospace 10
|
||||||
font pango: FontAwesome, monospace 10
|
font pango: FontAwesome, monospace 10
|
||||||
separator_symbol " "
|
separator_symbol " "
|
||||||
@@ -546,7 +575,7 @@ exec lxqt-policykit-agent # Authentication agent (comment out if not needed)
|
|||||||
|
|
||||||
exec --no-startup-id blueman-applet
|
exec --no-startup-id blueman-applet
|
||||||
exec --no-startup-id nm-applet
|
exec --no-startup-id nm-applet
|
||||||
#exec --no-startup-id home_dotfiles/.config/sway/set_random_bg.sh
|
exec --no-startup-id home_dotfiles/.config/sway/set_random_bg.sh
|
||||||
|
|
||||||
# Include additional config files if they exist
|
# Include additional config files if they exist
|
||||||
include /etc/sway/config.d/*
|
include /etc/sway/config.d/*
|
||||||
|
|||||||
Reference in New Issue
Block a user