Changeset 53e5e13 in dotfiles


Ignore:
Timestamp:
Mar 12, 2020, 7:22:49 PM (5 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
eaffc2c
Parents:
4d7b63b
Message:

Add i3blocks bar for sway

Location:
guix
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • guix/.config/sway/config

    r4d7b63b r53e5e13  
    1818
    1919set $menu dmenu_path | dmenu | xargs swaymsg exec --
     20exec dmenu
     21#exec mako
    2022
    2123exec swayidle -w \
     
    3234    bindsym $mod+Return exec $term
    3335    bindsym $mod+c exec $term
     36   
    3437
    3538    # Kill focused window
     
    164167bindsym $mod+r mode "resize"
    165168
     169# Volume control
     170bindsym XF86AudioRaiseVolume exec amixer -q sset Master 5%+
     171bindsym XF86AudioLowerVolume exec amixer -q sset Master 5%-
     172bindsym XF86AudioMute exec amixer -q sset Master toggle
     173
    166174bar {
    167175    position top
     
    169177    # When the status_command prints a new line to stdout, swaybar updates.
    170178    # The default just shows the current date and time.
    171     status_command while date +'%Y-%m-%d %H:%M:%S %p'; do sleep 1; done
     179    #status_command while date +'%Y-%m-%d %H:%M:%S %p'; do sleep 1; done
     180   
     181    status_command SCRIPT_DIR=~/.config/i3blocks/ i3blocks
    172182    #swaybar_command waybar
    173183    #status_command while echo 'hello'; do sleep1; done
    174184    strip_workspace_name yes
     185
     186    #tray_output primary
    175187
    176188    colors {
  • guix/config.scm

    r4d7b63b r53e5e13  
    212212          "zsh"
    213213          "zsh-autosuggestions"
    214           ;;"xorg-server"
    215           ;;"xorg-server-xwayland"
    216           "libva"
    217           "libva-utils"
    218           "intel-vaapi-driver"
    219214          "curl"
    220           "glu"
    221           "libxi"
    222           "freeglut"
    223215          "xf86-video-intel"
    224216          "patchelf"
    225217          "binutils"
    226218          "gcc-toolchain"
     219          "make"
    227220          "glibc"
    228221          "stow"
Note: See TracChangeset for help on using the changeset viewer.